-
Notifications
You must be signed in to change notification settings - Fork 112
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
java.lang.NullPointerException on some devices #151
Comments
any solution please |
I'm facing the same problem. |
me too |
i cant even find the app in the share menu ! |
@Mohammad-DH: Try adding the following intent to android/app/main/AndroidManifest.xml:
|
In my app I allowed to share images (jpeg, png) and pdf files.
Image sharing is working properly. But on some android devices (ex. Huawei mate 10 lite) when I try to share a pdf file, I simply get "java.lang.NullPointerException" in the error callback function. On some another devices it just simply works.
What could cause this error on some android devices? And why only regarding pdf sharing? (as I mentioned, image sharing works always on all devices).
I added these filters to the
AndroidManifest.xml
file:And these permissions:
The text was updated successfully, but these errors were encountered: