-
Notifications
You must be signed in to change notification settings - Fork 417
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
[BUG] Video returned by gallery doesn't exist #3181
Comments
@shai-almog Please consider that it's a blocking bug, since I cannot use the gallery to load videos, that it's a crucial feature. I tried to workaround the issue using the https://github.com/shannah/cn1-filechooser, but the issue is exactly the same. One of my friend tried the same code on a different iPhone model and he got the same issue. So, in the meanwhile, if you have an idea about any workaround, I'll appreciate it. |
First the bug happened sporadically, then more frequently, now always... at least on my phone. |
This Stack Overflow discussion seem related to this issue, however I didn't get what I have to do: I add other infos:
|
The same issue, I report the link in the case it can be useful to solve the issue: |
My temporary workaround using a native interface, that has pros and cons. It allows me to get a video using the iOS Gallery: Gallery.java
GalleryNative.java
myapp_utilities_GalleryNativeImpl.h:
myapp_utilities_GalleryNativeImpl.m:
|
Thanks. I Think this is clearer now with your code and the Cordova fix. |
Randomly and unpredictably, sometimes the videos returned by the Gallery are not accessible. This only happens on iOS. Specifically, in my iPhoneX I have iOS 13.6.
Please note that I have uninstalled and reinstalled the same app many times for development purposes, I don't know if this detail is relevant.
Relevant code:
Screenshot:
The text was updated successfully, but these errors were encountered: