question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Andorid app url broken on chrome (mobile) by target

See original GitHub issue

Description


New installations have the url for the android app still broken on chrome mobile users. I’ve found that with the commit: https://github.com/jitsi/jitsi-meet/commit/e729f0948cc57102bd8406b40cc1f92125c1603f there was an attempt to fix this, but seems that adding target attribute breaks the redirection.

Being the url structure:

<a class="deep-linking-mobile__href" href="intent://meet.instance.com/test#Intent;scheme=org.jitsi.meet;package=org.jitsi.meet;end" rel="noopener noreferrer" target="_blank">Continue to the app</a>

Current behavior


Intent URL link is broken for android app through Google Chrome, thus users can’t join the chat. As a side note, Firefox can parse the current url state.

Expected Behavior


Click on “Continue to the app” and open room on the Jitsi meet android app.

Possible Solution


Removing target=“_blank” from url fixes de issue. Testing on firefox seems fine, as it won’t affect the action. @saghul https://github.com/jitsi/jitsi-meet/blob/master/react/features/deep-linking/components/DeepLinkingMobilePage.web.js#L133

Steps to reproduce


  1. Create a new instance using apt repository.
  2. Create a chat room.
  3. Try to join from Google Chrome mobile browser using the “Continue to the app” link.
  4. Broken link with empty window

Environment details


  • Google Chrome Mobile - 72.0.3626.105
  • Android Nougat - 7.0

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
Ark74commented, Apr 5, 2019

Great!! Sorry the delay I noticed that is necessary make sure you are using also the latest updates on all your mobile apps.

Thanks @saghul I’ll be closing this issue. Best regards.

0reactions
saghulcommented, Apr 5, 2019

It’s part of unstable already.

Read more comments on GitHub >

github_iconTop Results From Across the Web

9 Ways to Fix “No App Found to Open URL” in Android
4. Toggle App Permissions Off and On. Another method you can try to fix the “No App Found to Open URL” is to...
Read more >
target="_blank" not working in Google Chrome on mobile ...
This works just fine on desktop, it opens the pdf in a new tab of the browser, as it should with the attribute...
Read more >
App not launching from Chrome browser - Navigation is blocked
When I try to open my Android app from mobile Chrome browser, it is not launching the app. Also, I got the following...
Read more >
Your Deep Links Might Be Broken: Web Intents and Android 12
Get ahead of the behavior changes in the latest Android 12 update by fixing deep links with web intents in this guide.
Read more >
Deep App linking and changes to Chrome on Android
Many Deep App Linking providers provide a service takes an HTTP URL, looks up what deep-link path the user should be sent to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found