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

how can use the full features of a website? #878

Open ZAE3600 opened 3 years ago

ZAE3600 commented 3 years ago

Hi, I'm actually implementing a website into a flutter application the problem is I cannot access storage or download the files from any website I'm using in the application even after giving storage permission.

Can anyone please help me ?