You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now userIdle Event doesn't supported with mobile platforms: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/desktop/NativeApplication.html#event:userIdle
"This event is not dispatched on mobile devices or AIR for TV devices."
But it's critical to check StageWebView user activity for restart timers, for example. We cannot do this right now because we cannot handle StageWebView user interaction.
Please provide this feature for mobile platforms.
@itlancer thanks for highlighting this one - we've had a look and it would seem relatively straightforward to add this event support for the mobile platforms too.. will get this out in our next feature update.
Feature Description
For now userIdle Event doesn't supported with mobile platforms: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/desktop/NativeApplication.html#event:userIdle
"This event is not dispatched on mobile devices or AIR for TV devices."
But it's critical to check StageWebView user activity for restart timers, for example. We cannot do this right now because we cannot handle StageWebView user interaction.
Please provide this feature for mobile platforms.
Tracker link: https://tracker.adobe.com/#/view/AIR-3832509
Known Workarounds
write native extension for that
The text was updated successfully, but these errors were encountered: