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 security and other reasons, our app needs to be able to track when the user becomes idle using our system. Currently, I'm using the javascript talkback method webview.postMessage. This works most of the time, but we supply third party html5 game content that hijacks all window events. When this content is opened, we do not receive mouse and keyboard events to track activity.
Is there anyway we can capture mouse and keyboard activity from WebView? Thanks.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
For security and other reasons, our app needs to be able to track when the user becomes idle using our system. Currently, I'm using the javascript talkback method
webview.postMessage
. This works most of the time, but we supply third party html5 game content that hijacks all window events. When this content is opened, we do not receive mouse and keyboard events to track activity.Is there anyway we can capture mouse and keyboard activity from WebView? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions