Reply To: Android OnApplicationPause stays Paused issue

Welcome! Forums Unity Plugins In-App Web Browser Android OnApplicationPause stays Paused issue Reply To: Android OnApplicationPause stays Paused issue

#2168
Vinay Meena
Participant

Hello guys,

When someone makes something that call OnApplicationPause(true) (Home button, Overview button, in-app purchase, native share, etc.), if the in-app browser is oppened, OnApplicationPause(false) is never called when the user go back in the app.

That’s means NO Update(), NO in-app browser callbacks, NO javascript communication with Unity, no coroutine, nothing from Unity, just the web view.

That’s a critical issue.

I’m facing exactly same issue,When i minimize my game and come back again into game after few time,The inAppBrowser is stopped responding on OnJSCallback.(The following issue is not producible because it works sometimes in older versions of androids and not work in newer versions)
Can anyone find out the solution about the OnApplicatioPause issue?
Please let us know if anyone does.