You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have base64 encoded pdf.
I use source = {uri : "data:application/pdf;base64,"}
I can successfully view it on Android. However when run application on ios I see black screen.
In log there is a message:
write base64 to file:/Users/...../Library/Caches/.pdf
but when I check that location I cannot see any file
Thanks for help )
The text was updated successfully, but these errors were encountered:
I have base64 encoded pdf.
I use source = {uri : "data:application/pdf;base64,"}
I can successfully view it on Android. However when run application on ios I see black screen.
In log there is a message:
write base64 to file:/Users/...../Library/Caches/.pdf
but when I check that location I cannot see any file
Thanks for help )
The text was updated successfully, but these errors were encountered: