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.
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!