Top "Url-scheme" questions

A URI scheme is the top level of the Uniform Resource Identifier(URI) naming structure in computer networking.

URL Scheme for Phone Call

Much like the "mailto" URL prefix launches the user's default mail program and starts a new email with specified address, …

url url-scheme phone-call tel
REST API DESIGN - Getting a resource through REST with different parameters but same url pattern

I have a question related to REST url design. I found some relevant posts here: Different RESTful representations of the …

rest url jax-rs url-scheme url-pattern
Share a link via URL scheme to Telegram

I want to share a link via URL scheme for Telegram. I have created this: tg://msg?text = www.example.…

html web url-scheme
How to open links in Apple Maps or Google Maps?

How can links on websites be made to lead to, firstly, a location in the new Google Maps for iOS …

ios google-maps url-scheme apple-maps
URL Scheme "Open Settings" ios

I know this question has been asked so many times. The answers say that this is not available in Xcode &…

ios xcode ios7 ios8 url-scheme
Open iOS app from URL AND Pass Parameters

A link should open the app. I've got that to work. I just want to know how to pass a …

objective-c ios parameters url-scheme
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, …

ios url-scheme
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, …

iphone objective-c settings url-scheme
How to open native iOS app (calendar, notes...) from a link on website?

Is it possible to open native iOS app, e.g. calendar or notes, from an HTML link which is in …

html ios hyperlink url-scheme
Android how to create Custom URL scheme with the given format myapp://http://

I have researched through most of the custom URL scheme Q&A and I have not found my possible …

android url android-manifest intentfilter url-scheme