javascript,mobile-website,deep-linking,mobile-chrome
for whoever is interested, i managed to find a decent solution to solve these issues with deeplinking Chrome on Android. i abandoned the myapp:// approach, i left it functioning only in cases of an iOS device. for Android devices, i'm now using intents which are conceptually different than the myapp://...
android,microphone,mobile-chrome
You can gain access to your domain by going to: Settings>Content Settings>Website Settings>your.domain.com>Voice from your mobile browser. And by the way this is how you do it on a desktop chrome. https://support.google.com/chrome/answer/2693767?hl=en...
javascript,android,html,anchor,mobile-chrome
It's not working because the Google Plus app registered a custom URL handler for "//plus.google.com/", causing the "Complete with..." dialog, and then the context of the link, including its target attribute, no longer exists when it is externally rerouted to Chrome. I suspect this is actually a bug, but one...