Welcome! › Forums › Unity Plugins › In-App Web Browser › WebView closes on drawing SystemBar in Immersive Mode › Reply To: WebView closes on drawing SystemBar in Immersive Mode
July 9, 2019 at 3:06 pm
#1608
mattia.sangiorgio
Participant
I tried to log while I purposely caused the issue:
07-09 16:47:12.354 9458 9458 I Unity : windowFocusChanged: false
07-09 16:47:17.221 9458 9555 I Unity : InAppBrowser: Closed
07-09 16:47:17.221 9458 9555 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
07-09 16:47:17.221 9458 9555 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
07-09 16:47:17.221 9458 9555 I Unity : UnityEngine.Logger:Log(LogType, Object)
07-09 16:47:17.221 9458 9555 I Unity : UnityEngine.Debug:Log(Object)
07-09 16:47:17.221 9458 9555 I Unity : InAppBrowserBridge:OnBrowserClosed() (at C:\Users\*******\Documents\App\Assets\InAppBrowser\Scripts\InAppBrowserBridge.cs:53)
The browser closing itself in the same way like press back button.
I tried to disable the back button but it still doesn’t work.
Are there any other way to deeply inspect this issue?
Thank you in advance.