Tagged Questions
8
votes
3answers
4k views
iPhone Safari: check if URL scheme is supported in javascript?
Is there any way to check if a URL scheme is currently registered on the phone... with javascript?
5
votes
2answers
237 views
Is it possible to test whether a user's browser/OS supports a given type of link using javascript?
Is it possible to test whether a user's OS/browser supports a given url scheme using javascript (or anything else)?
For example, mailto: isn't setup on most user's computer that only use webmail. ...
1
vote
1answer
389 views
Loading a custom URL scheme on iPhone from Javascript?
I have an application that uses stringByEvaluatingJavaScriptFromString to modify HTML that I have no access to (like Greasemonkey). Specifically, I want to store the username and password from a login ...
0
votes
0answers
107 views
iPhone URL Scheme messing up my Javascript
I'm trying to develop a web-based app for the iPhone here. Everything works perfectly (tested in browser) however, when I take this:
function goToLocation() {
latitude = ...
0
votes
2answers
2k views
Create a link that either launches iOS app, or redirects to app store
I have a custom URL scheme for my iOS app, and I want to be able to email a link to someone that will either launch the app if it's on the device, or take them to the app store if they don't have it.
...