-
Notifications
You must be signed in to change notification settings - Fork 135
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 input not working #28
Comments
I also encountered this problem recently, and I solved it in this way:
In WebViewHelper.java,add:
In fuction setupwebview:
In webView.setWebChromeClient,add:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I had built the APK for my React website, and I just had one issue.
There are some pages in my website where I used HTML file input to allow the user to send an image to the form. When I try it on mobile navigator Chrome, it works fine opening the options camera or files, but in the app it is not opening anything I just click at the file input label and nothing happens.
I though it was permission issue and tried this: #17.
Now the app ask for the permissions CAMERA, READ_EXTERNAL_STORAGE and WRITE_EXTERNAL_STORAGE, but the input behavior stills the same.
So I have no idea what the problem is. Did anyone get the same problem?
The text was updated successfully, but these errors were encountered: