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

App links in iOS and Android not working properly #205

Closed
ghost opened this issue Jun 15, 2017 · 2 comments
Closed

App links in iOS and Android not working properly #205

ghost opened this issue Jun 15, 2017 · 2 comments

Comments

@ghost
Copy link

ghost commented Jun 15, 2017

App links like instagram://app or are not working properly. The library seems to be linkifying just the ://app part of the link and clicking on it loads nothing so the web view itself becomes invisible. Either links like this should be ignored and should not have a target or they should redirect to app on the device if present.

Here are a few examples of deeplinks for popular apps on iOS:

Twitter twitter://timeline Opens the Twitter app and links to the user’s timeline
Facebook fb://profile Opens the Facebook app and links to the user’s profile

@ghost
Copy link
Author

ghost commented Jun 16, 2017

A similar issue was logged before #194

@nfrasser nfrasser added this to the 3.0 milestone Mar 11, 2021
@nfrasser nfrasser mentioned this issue Mar 11, 2021
@nfrasser
Copy link
Collaborator

Now possible in v3 with linkify.registerCustomProtocol

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant