I have an app that you can click a link to open a website. Eventually there will be a time out feature that gets activated but only if there has not been user input for a certain amount of time.
As of right now I cannot seem to figure this out. I tried just generally checking for touch input, but that is only working when not in the InAppBrowser.
Any suggestions? I appreciate you reading this post and Thank you!
Hi,
Do you control opened website? If so, you can create simple JS script which would wait for user inactivity and after that call your C# script which has access to CloseBrowser method.