Questions tagged [url-scheme]

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

Per Wikipedia:

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

1060 questions
483
votes
14 answers

How to mark-up phone numbers?

I want to mark up a phone number as callable link in an HTML document. I have read the microformats approach, and I know, that the tel: scheme would be standard, but is quite literally nowhere implemented. Skype defines, as far as I know, skype: and…
Boldewyn
  • 75,918
  • 43
  • 139
  • 205
166
votes
28 answers

Open Facebook page from Android app?

from my Android app, I would like to open a link to a Facebook profile in the official Facebook app (if the app is installed, of course). For iPhone, there exists the fb:// URL scheme, but trying the same thing on my Android device throws an…
Björn Marschollek
  • 9,585
  • 9
  • 37
  • 64
105
votes
13 answers

Web link to specific whatsapp contact

I'd like to place a link on a webpage which opens a whatsapp chat with a certain whatsapp contact. In other words: I want a "contact me by whatsapp" link to go next to the page's "Contact us my facebook/twitter/google+/etc" links. Something…
Benny Powers
  • 3,677
  • 3
  • 16
  • 35
100
votes
3 answers

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 same resource and here: RESTful url to GET resource by different fields but the responses are not quite clear on what the best…
shahshi15
  • 2,332
  • 2
  • 17
  • 23
86
votes
13 answers

iOS Launching Settings -> Restrictions URL Scheme

I've recently discovered the awesome iOS5 custom Settings URL Scheme, which can be explained in detail at this great website. I've found this to work, directing the user to the Settings app from my application: [[UIApplication sharedApplication]…
kturner
  • 1,091
  • 2
  • 10
  • 15
85
votes
10 answers

Facebook SDK: app not registered as a URL Scheme

I am using the Facebook SDK found here, and am trying the sample that is provided (in the folder FacebookiOSSample). If I simply replace the AppId here with my specific AppId, then I can no longer Share. (I replaced it in both the AppDelegate file…
L. Desjardins
  • 1,245
  • 1
  • 11
  • 22
80
votes
1 answer

Does anything like number exist?

As we use number or number for fax exist?
Imagine
  • 845
  • 1
  • 6
  • 11
78
votes
6 answers

File Uri Scheme and Relative Files

Assume that the scheme for a uri is "file". Also assume that the path starts with '.' An example path is './.bashrc'. How would the fulluri look? 'file://./.bashrc' appears odd to me.
user592419
  • 4,535
  • 7
  • 37
  • 64
74
votes
4 answers

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, is there a similar URL scheme that would initiate a phone call? Perhaps "phone," "call," or "sip"? Incidentally, I'm targeting…
Jason Marcell
  • 2,605
  • 5
  • 27
  • 39
72
votes
5 answers

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? The reason I want to do this is that I am working on an app for a festival. I want to "intercept" links…
baswell
  • 776
  • 1
  • 6
  • 5
72
votes
5 answers

Is there an href attribute for skype, like "mailto:" or "tel:"?

I am looking to make a skype link for a mobile site, is there a way use
ilyo
  • 33,469
  • 40
  • 99
  • 145
63
votes
10 answers

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?
jackb
50
votes
4 answers

Multiple apps with the same URL Scheme - iOS

So for my new app I'm having a URL scheme so that people can launch my app from another app or from a website... "myapp://" ... So what happens if there is another app in the AppStore that has the same URL scheme as mine? Or if someone tries to…
Albert Renshaw
  • 15,644
  • 17
  • 92
  • 173
46
votes
9 answers

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. I think what I need is the Settings app's url scheme and the format to…
Di Wu
  • 6,355
  • 3
  • 33
  • 51
46
votes
4 answers

Universal links on iOS vs. deep links (URL schemes)

As I'm reading, iOS 9 introduced Universal Links. In the "Support Universal Links" section in Apple's App Search Programming Guide, it says that this is not exactly like deep linking with URL schemes, but I'm not totally clear about this…
AppsDev
  • 11,441
  • 20
  • 81
  • 163
1
2 3
70 71