url-scheme
Create a link that either launches iOS app, or redirects to app store [duplicate]
This question already has answers here: Closed 10 years ago. Possible Duplicate: Is it possible to register a http+domain-based URL Scheme for iPhone apps, like YouTube and Maps?[详细]
2023-02-03 17:07 分类:问答How to use tel: with * (star, asterisk) or # (hash, pound) on iOS?
I\'m trying to initiate a call on the iPhone with the tel url that has a * in it. It properly brings up the call dialog but drops back to safari w开发者_开发百科hen you click call.[详细]
2023-02-03 12:15 分类:问答Is there any downside for using a leading double slash to inherit the protocol in a URL? i.e. src="//domain.example"
I have a stylesheet tha开发者_如何学JAVAt loads images from an external domain and I need it to load from https:// from secure order pages and http:// from other pages, based on the current URL. I fou[详细]
2023-02-03 10:49 分类:问答URL Schemes in iPhone application
I have an iPhone application which I wanted to add URL schemes to. The thing is that I have both a free version and a plus version.[详细]
2023-02-02 01:49 分类:问答Call the official *Settings* app from my app on iPhone
At one point in my app, I would like to redirect the user to the official Settings app. If possible, I also want go straight to the Network section within the Settings app.[详细]
2023-02-01 01:54 分类:问答Possible to handle your own http URL schemes in iOS?
iTunes, App Store and YouTube on iOS clearly register http://... URL schemes to open their apps. Can anyone do that, not just your own protocol?[详细]
2023-01-29 14:23 分类:问答How to make a call which begin with * in iPhone?
In my application, I want to call the number *111, when I use this U开发者_Go百科RL tel:*111 to call, but can\'t make call success, please give me some indicate, thank you very much.[详细]
2023-01-02 12:39 分类:问答custom URL scheme doesn't work! Navigon AppInteract
It is really frustrating me. I used the doc provide开发者_如何学编程d by Navigon itself. Unfortunately it doesn\'t work as expected. Navigon launches, but stops at the main menu.[详细]
2022-12-29 20:39 分类:问答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)?[详细]
2022-12-20 03:12 分类:问答How to handle with a default URL scheme
I want to build URI (or URL scheme) support in my app. I do a LSSetDefaultHandlerForURLScheme() in my + (void)initialize and I setted the specific URL schemes also in my info.plist. So I have URL sch[详细]
2022-12-15 11:10 分类:问答