Firebase dynamic link shared on twitter does not work in webbrower

I am using firebase dynamic link to share content in android app.

It works great if I click the link shared on twitter using the Twitter app. The link launches the Android app and takes me to the desired page in the app.

But if I click on the link on the web browser, my application never starts. This just takes me to the backup page where the webpage is specified in the afl parameter.

And there are other cases as well. If I open the link in a new tab or secret tab, it works great.

Please, help! Thank!

========>

I had some test and the results are below. It looks like a browser.

Chromium

  • press directly: doesn't work
  • open new tab or secret tab: works

Firefox

  • press straight: works
  • open a new tab: works

Penguin

  • press directly: doesn't work
  • open new tab: doesn't work

opera

  • press straight: works
  • open a new tab: works

Star safari

  • press straight: works
  • open a new tab: works
+3


source to share


2 answers


Typing a link directly in Safari will always open in Safari. Apple indicates that the user who is doing this has intentionally requested a web page. However, clicking a link on the page should work fine.



+1


source


I know that some browsers (like chrome) need to intentionally click on a link in order to open the app, so my question is, is the link fired by any script? If so chrome won't work
Since I just saw chrome this is one of the browsers not working fine, so I think it has to do with their script to find out if the link was invoked by the user or not. If you want to use android intent to open it from chrome, but obviously you won't have any analytics script inline.



0


source







All Articles