Replies: 2 comments
-
duplicate |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have ios app and I want to be able to open files in it via the 'share' menu in other apps. I don't want to use a share extension since I don't need additional windows, and it's overhead. I added the ability to open PDF files and images to my plist:
In javascript, I have the following code:
And everything works great! I get PDF images when I click on "share" in the "Files" or "Safari" app. I see my app in the list, but if I do it from the "Photos" app, my app is not in the list. How can I fix this?
Beta Was this translation helpful? Give feedback.
All reactions