Android Question WebView Closes the app immediately on the second Run

Addo

Well-Known Member
Licensed User
I have a weird issue with a webview in a simple empty app
I am running this app on android 10
if the app loaded a layout that includes a webview it gets closed immediately .
but that happened only in the second run of the app

I have attached the sample that I have tested , nothing extra in the app just a layout with webview.

on first install, the app opened normally, if I close the app and re-run it again it gets closed immediately without any errors showing in the logger
 

Attachments

  • webviewTest.zip
    8.7 KB · Views: 102
Top