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 930 forks source link

File upload crash of FileProvider name collisions #803

Open Konoha-orz opened 4 years ago

Konoha-orz commented 4 years ago

Providing a custom {@code FileProvider} prevents manifest {@code } name collisions. Define for READ_EXTERNAL_STORAGE and WRITE_EXTERNAL_STORAGE It will reslove the problem about upload Picture on webpage

eduardobona commented 4 years ago

Solved the problem in app here too.

gustavofernandes-vwi commented 4 years ago

Had the same issue with FileProvider and this fix solved for me too

shinriyo commented 3 years ago

@fluttercommunity not check?

Konoha-orz commented 3 years ago

@fluttercommunity

shinriyo commented 3 years ago

@charafau can you check it?