flutter_webview_plugin icon indicating copy to clipboard operation
flutter_webview_plugin copied to clipboard

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

Open huyvpc opened this issue 3 years ago • 0 comments

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!

huyvpc avatar Apr 13 '21 13:04 huyvpc