-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
An uncaught error on background image uploading #277
Comments
I have exactly the same issue with responseCode -1
It seems that this only effects some devices, I have the issue on the simulator (Pixel 3 XL API 29) and on a Huawei P20 Pro. On a Pixel 5 everything is fine. |
@Cateye82 have you found any solutions or alternative to that |
So far, unfortunately not, but I will investigate it more deeper. I keep you informed. |
So far I found out that either the permission ist not working correctly, or the path is wrong: The path seems to be right, so I take a closer look to the rights. |
I implemented an additional check for the rights:
Output is:
So the access is granted. |
Ok I found the solution: |
I am using the following tns versions:
This is my AndroidManifest part for the rights:
Did you checked the source file and the path? |
The text was updated successfully, but these errors were encountered: