-
Notifications
You must be signed in to change notification settings - Fork 1k
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 type input does not work in Capacitor V3 - Android #5794
Comments
This issue may need more information before it can be addressed. In particular, it will need a reliable Code Reproduction that demonstrates the issue. Please see the Contributing Guide for how to create a Code Reproduction. Thanks! |
Hi, I really do not see that it is necessary to replicate the case when it is evident that it is a bug(I'm sure) or if there is any possible solution may already happen to someone because I do not think it is the only case. I attach a video where it is clearly evidenced that on PC it works PC.Input.File.vs.Android.Bug.Input.type.File.mp4Update
And also the solution is to look for a third party plug-in that solves it :(. Thank you. |
Hi, Solved :D I was helped by the solution of @tripodsgames |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out. |
Hi,
File type input does not work in capacitor v3
Capacitor Version V3 - Ionic V6
I'm using input type file and the way to upload files, I'm doing it natively with Javascript, and it works fine on web, but when I'm going to use it on Android it doesn't upload any files:
video5116480267824923277.mp4
I don't understand why it doesn't work if Ionic is really supposed to be running HTML, and I'm also using Ckeditor V5, and it has the same problem. Likewise, I talked to an acquaintance, and he told me he has the same issue and he thinks it's because of the Web View.
The only solutions I see is to use plugins :/ and I don't know which ones to use and logically Ckeditor would keep the issue.
The text was updated successfully, but these errors were encountered: