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

Doesn't seem to work when loaded from within an iFrame

Open Joe-Palmer opened this issue 10 years ago • 4 comments

I have tried to implement this on a page which is loaded within an iFrame but it does not seem to work on my Android (Chrome v40). Is there a reason why it wouldn't work in an iFrame?

Joe-Palmer avatar Feb 24 '15 15:02 Joe-Palmer

Interesting use case. There is another issue is about iframes not working on Chrome/Android, so it might just be the case it does not work regardless of the nested iframe.

Unfortunately I don't have access to an Android device, so I can't fully investigate the issue.

hampusohlsson avatar Feb 24 '15 23:02 hampusohlsson

Ah yes, I see, you might be right. I'll do some more testing to see if it is actually the other issue I am getting.

Thanks, I would imagine that the Android emulator exhibits the same behaviour. It comes with Android Studio which is easy to setup if you want to try and test the issue.

Joe-Palmer avatar Feb 25 '15 10:02 Joe-Palmer

It doesn't work the first time (page url gets set to intent://...). When I press back, it does work. This is very consistent

godspeedelbow avatar Feb 25 '15 15:02 godspeedelbow

Yup same behaviour like @godspeedelbow. No deeplink with my app's uri but intent://. The fallback triggers only if I press back button twice.

mrozlukasz avatar Mar 28 '15 16:03 mrozlukasz