We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Activity::onUserInteraction()
Due to lack of userIdle https://airsdk.dev/reference/actionscript/3.0/flash/desktop/NativeApplication.html#event:userIdle and userPresent https://airsdk.dev/reference/actionscript/3.0/flash/desktop/NativeApplication.html#event:userPresent events for mobile platforms #108 please consider ability to detect somehow detect Android Activity::onUserInteraction() https://developer.android.com/reference/android/app/Activity#onUserInteraction() call to detect user activity. At least via native extensions. Right now it's not possible to workaround it properly even using native extensions. It's essential to detect user activity/inactivity if user works with StageWebView for example on top of which you cannot handle MouseEvent/TouchEvent/KeyboardEvent.
userIdle
userPresent
StageWebView
MouseEvent
TouchEvent
KeyboardEvent
Related issues: #3568 #2832 #2468 #2466 #1897 #1647 #1428 #1288 #108
none
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature Description
Due to lack of
userIdle
https://airsdk.dev/reference/actionscript/3.0/flash/desktop/NativeApplication.html#event:userIdle anduserPresent
https://airsdk.dev/reference/actionscript/3.0/flash/desktop/NativeApplication.html#event:userPresent events for mobile platforms #108 please consider ability to detect somehow detect AndroidActivity::onUserInteraction()
https://developer.android.com/reference/android/app/Activity#onUserInteraction() call to detect user activity.At least via native extensions.
Right now it's not possible to workaround it properly even using native extensions.
It's essential to detect user activity/inactivity if user works with
StageWebView
for example on top of which you cannot handleMouseEvent
/TouchEvent
/KeyboardEvent
.Related issues:
#3568
#2832
#2468
#2466
#1897
#1647
#1428
#1288
#108
Known Workarounds
none
The text was updated successfully, but these errors were encountered: