-
Notifications
You must be signed in to change notification settings - Fork 54
Plugin isn't working in Android OS 7.0 #59
Comments
Even for me opening pictures of jpg type , throwing error like Undefined error , |
I am also facing the same problem. Is there any update on the resolution? |
you can modify the source code to adapt to android 7.0 or higher. |
Same issue here. I found out that using |
You can modify the source code to replace file:// with content:// to adapt to android 7.0 or higher, it's very easy.@Owlbertz |
@lovefly0326 I did but as mentioned above that leads to the screen staying blank. |
Sorry,I don't know @Owlbertz |
This was fixed in #55 and made it to develop branch. But never made it to release |
Thanks |
I can't open any document like pdf, doc, png in Android 7.0 OS. I got below Error
code = "file:///storage/emulated/0/Android/data/APP_NAME/files/test.txt exposed beyond app through Intent.getData()"
Can any one help me.
The text was updated successfully, but these errors were encountered: