Flutter_inappwebview makes Android show "App not responding message"

I’m trying to open an InAppBrowser on Android, but everytime it opens I get a moment later the Android warning dialog that our App is not responding.

Any idea?

1 Like

How do you open the browser? launchUrl(Uri.parse(url))?
Does this happen only in the emulator?

It’s on the emulator. I use the InAppBroser, not jut launchUrl

I get those messages all the time in the emulator, I’m running it on Linux, but they go away after a few seconds. Does your app lock up completely?

Yes, they even continue to pop up after I close the web view
The app is still responding but I get these errors

OK after a reboot of my machine it now works