fluttercommunity / flutter_webview_plugin

Community WebView Plugin - Allows Flutter to communicate with a native WebView.
https://pub.dev/packages/flutter_webview_plugin
Other
1.48k stars 929 forks source link

App didn't close after navigating multiple links #870

Open AkashWeybee opened 3 years ago

AkashWeybee commented 3 years ago

System info

Issue occurs on: chekced on Android Plugin version: latest

Steps to Reproduce

There is an issue with back-navigation. I open the app and - I'm on the first webview page - Press the back button - App close or exit successfully. But the issue is - I open the app and - click on 2-3 links and press the back button - webview goes to backlinks - that's perfectly fine - but after navigating the multiple links - if coming back to the first webview page, and press back button - App didn't close or exit