-
Notifications
You must be signed in to change notification settings - Fork 934
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File Upload inside Webview #99
Comments
I extended the plugin to support file uploads on Android and already created a pull request ( #105 ). If you want to try it out if it fits your needs you can specify my github repo to be used for webview_plugin until the pull request is merged by the plugin maintainer. My Repo is up to date with the original repo here except my own changes concerning file upload on Android. If you want to test/use my implementation in the meantime, modify the dependency in you pubspec.yaml as follows: flutter_webview_plugin: |
Hi, I would like to open the camera instead it is opening my local storage. |
If I set geolocationEnabled = true then I am unable to access input type file. Please help |
when i am using version 0.2.1 it is allowing to select file from device, but when latest versions are used, it is restricting. And with version 0.2.1 app is not build for release giving deprecated version error. |
yeah same |
Did you solve your problem? |
Not yet. I am not working on it for now. But i think it may work if we try file upload using Javascript. Or opening the browser for file upload. |
Is there any way to make the Choose File feature to be works inside the webview?
I've tried to use read external storage & camera permission, but nothing is work.
And there is no debug output/error messages whenever I try to press the Choose File button.
Thanks
The text was updated successfully, but these errors were encountered: