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 16, 2019 at 7:12 pm
#1615
Piotr
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