Welcome! › Forums › Unity Plugins › In-App Web Browser › Detect Touch Input while in InAppBrowser? › Reply To: Detect Touch Input while in InAppBrowser?
December 1, 2017 at 10:53 am
#533
Piotr
Keymaster
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.