-
Notifications
You must be signed in to change notification settings - Fork 573
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
Fails in file uploading #262
Comments
same issue |
same issue me too |
Thanks! I guess the What about some absolutely basic And what Android versions are you experiencing these problems on? |
the same problem, my app open gallery app once selected an image it's close nothing selected in the browser and open chooser at once per execution. I check the link with chrome browser it works fine only problem in my app browser. |
Please see the newer #285 now |
I'm using an in my code and, although the navigator for selecting the files is opened, if I choose a file it ignores the selection and navigator is just opened once per app execution.
This is my complete in case it helps:
<input type="file" font-family: monospace; id="inputFileToLoad" align="center" accept=".jpg,.jpeg,.png" onchange="read(this);" width="48"/>
The text was updated successfully, but these errors were encountered: