Relative Content

Tag Archive for androidflutterwebviewurl-launcher

Flutter Android App – Opening Another App Causes Webview to Crash on Flutter App

I’ve creating a flutter android application that has a webview. Within this webview, I have a site with a link to an external app. I have the link working and the external app is opening nicely, but when I go back to my flutter app the webview is blank. I have tried a few things such as preventing navigation when the app is being opened. I have also tried injecting javascript to see if that would work. No luck.