-
-
Notifications
You must be signed in to change notification settings - Fork 180
Open
Labels
Milestone
Description
Steps to reproduce:
- Take iOS device
- Open Chrome browser
- Try to open app starting with https://apps.apple.com...
What happens: current page just reloaded. Looks like target="_blank" with this url in Chrome prevents iOS to catch link. Btw, link starting with https://itunes.apple.com.. works fine.
What should happen: You can add check: if iOS && Chrome && link starts with https://apps.apple.com... => delete attribute target="_blank"
ain