Skip to content
New issue

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

[Feature Request][Android] Ability to detect Activity::onUserInteraction() call #3581

Open
itlancer opened this issue Nov 24, 2024 · 0 comments
Labels

Comments

@itlancer
Copy link

Feature Description

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.

Related issues:
#3568
#2832
#2468
#2466
#1897
#1647
#1428
#1288
#108

Known Workarounds

none

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant