Skip to content
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

List of apps available to share to #553

Closed
fresnel-bruno opened this issue Jul 23, 2019 · 9 comments
Closed

List of apps available to share to #553

fresnel-bruno opened this issue Jul 23, 2019 · 9 comments
Labels
question stale There has been a lack of activity on this issue and it may be closed soon.

Comments

@fresnel-bruno
Copy link

Hi,
We can share base64 files to some apps listed, but we can't figure out why some apps are not listed.
For example, we would like to open pdf files in the acrobat reader app, but is not appearing in the list of apps. Is there any way to show all possible applications? many thanks!

@jgcmarins
Copy link
Member

Hello, maybe isPackageInstalled function is what you're looking for?

@fresnel-bruno
Copy link
Author

Hi @jgcmarins , thanks for the advice. the issue there is that I will have to know in advance all the possible packages for pdf's that are out there. The idea is that if I install an app/package for viewing PDFs I can open it with it without having to get a new version.
Also, it needs to work for ios and android). thanks again!
Any other ideas?

@jgcmarins
Copy link
Member

Besides isPackageInstalled function, I've found some thoughts:

@lguardado
Copy link

lguardado commented Jul 25, 2019

I'm facing the same issue.... I tried using

<key>LSApplicationQueriesSchemes</key>
   <array>
	<string>com.adobe.adobe-reader</string>
	<string>pdfreader</string>
   <array>

in the Info.plist file and I couldn't make Acrobat PDF Reader to show up there nor being able to toggle it from the "more" options.
note: there are a lot of apps missing in the "more", "suggestions" section of the share modal.

@jgcmarins
Copy link
Member

note: there are a lot of apps missing in the "more", "suggestions" section of the share modal.

Thanks. Any idea on how could we add more?

@lguardado
Copy link

Thanks for the reply @jgcmarins, I wish I knew.... in my particular case, adding more apps there, will partially solve the problem since the user could be able to find his option by tapping "more", but I'd still need the app to show in the first menu. If I find something I'll let you know of course.

@stale
Copy link

stale bot commented Sep 23, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You may also mark this issue as a "discussion" and i will leave this open.

@stale stale bot added the stale There has been a lack of activity on this issue and it may be closed soon. label Sep 23, 2019
@stale
Copy link

stale bot commented Sep 30, 2019

Closing this issue after a prolonged period of inactivity. Fell free to reopen this issue, if this still affecting you.

@stale stale bot closed this as completed Sep 30, 2019
@chpq95
Copy link

chpq95 commented Mar 15, 2020

Im also having this issue. Do you @lguardado solved it ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question stale There has been a lack of activity on this issue and it may be closed soon.
Projects
None yet
Development

No branches or pull requests

4 participants