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

Customize <input type="file" capture> open handle in flutter_webview_plugin for iOS #891

Open huyvpc opened 3 years ago

huyvpc commented 3 years ago

I have download flutter_webview_plugin and changed function onShowFileChooser in WebviewManager.java for Android customization to open camera instead of file chooser and it's work, but I cant find anything that is equivalent in ios folder. I tried add some function likes runOpenPanel, runOpenPanelWith, .... into FlutterWebviewPlugin.m file but no luck.

Any help would be appreciated!

Brg!