flutter_webview_plugin
flutter_webview_plugin copied to clipboard
Customize <input type="file" capture> open handle in flutter_webview_plugin for iOS
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!