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

The setAllowFileAccess setting was true before SDK 30 but is now fals… #931

Open svalagorn opened 2 years ago

svalagorn commented 2 years ago

…e, so you explicitly need to allow access.

svalagorn commented 2 years ago

Without this setting I would get an access denied in the webview when trying to open local html file saved in path_providers getTemporaryDirectory()

ndelomeztunix commented 2 years ago

Same issue here. I had to apply a local patch. Waiting for new version of the plugin.