browser-deeplink
browser-deeplink copied to clipboard
Chrome 25+ does not work with iFrame
This is doc https://developer.chrome.com/multidevice/android/intents
Have you experienced any issues with this? The plugin is using intent://
for Android browsers (except Firefox)
no, if it is done in A tag, but this lib does it with IFRAME tag https://github.com/hampusohlsson/browser-deeplink/blob/e20931939fc23e968b8e16a9a4ee57d7dcdcea6c/browser-deeplink.js#L188-L197 and it does not work.
Fallback to android store is not working in chrome for android in my case.
I'm having the same issue here, the fallback to Google Play store isn't working on Android. It works fine for iOS devices.
From the post: https://paul.kinlan.me/deep-app-linking-on-android-and-chrome/, I think it may be a timing issue: "An synthetic link click within 1 second to an intent:
URL will resolve the intent."
Chrome needs now a user gesture, I think that it cannot work in a frame
extract from Chrome doc
https://developer.chrome.com/multidevice/android/intents
Chrome doesn’t launch an external app for a given Intent URI in the following cases: When the Intent URI is redirected from a typed in URL. When the Intent URI is initiated without user gesture.
Same problem! :+1: