Questions tagged [webview-flutter]
122 questions
-1
votes
0 answers
How to debug webview_flutter on iOS using Safari developer tools?
I'm running webview_flutter 4.2.2 and cannot debug my webview using the Safari Developer tools. Tried building the App on VS Code and XCode, both on a physical device and in the simulator. The page simply does not show up in the Develop menu (open…

Daniel
- 49
- 1
- 4
-1
votes
3 answers
Reload a webview
I'm trying to reload a WebView page when I click a button on the Appbar, using the webview_flutter package. For that I'm using a WebviewController, but I'm not getting it... When I click on the button, nothing happens.
Check the WebViewCrontroller…

Vitor Dalefi
- 1
- 1