Reply To: WebView closes on drawing SystemBar in Immersive Mode

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

#1615
PiotrPiotr
Keymaster

Hi,

My guess is your device is killing Unity’s activity. Since plugin works as a popup on top of a current activity it got dismissed.

Maybe you could try to prevent from activity being destroyed on config change?

Something like here: https://stackoverflow.com/questions/3329318/android-how-to-not-destroy-the-activity-when-i-rotate-the-device