browser-deeplink icon indicating copy to clipboard operation
browser-deeplink copied to clipboard

Chrome 25+ does not work with iFrame

Open 66Ton99 opened this issue 10 years ago • 7 comments

This is doc https://developer.chrome.com/multidevice/android/intents

66Ton99 avatar Feb 04 '15 15:02 66Ton99

Have you experienced any issues with this? The plugin is using intent:// for Android browsers (except Firefox)

hampusohlsson avatar Feb 05 '15 17:02 hampusohlsson

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.

66Ton99 avatar Feb 08 '15 13:02 66Ton99

Fallback to android store is not working in chrome for android in my case.

DeepakPant avatar Feb 20 '15 08:02 DeepakPant

I'm having the same issue here, the fallback to Google Play store isn't working on Android. It works fine for iOS devices.

cdressler avatar May 07 '15 15:05 cdressler

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."

nelz9999 avatar Jun 18 '15 17:06 nelz9999

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.

primax79 avatar Sep 16 '15 15:09 primax79

Same problem! :+1:

diegobill avatar Dec 08 '15 00:12 diegobill