The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
0answers
29 views

Is there a way to tell if an end user will be able to handle <a href=“tel:###”> links?

So if you want to link to a phone number you would do something like <a href="tel:18005555555">Click to Call</a> This is used commonly on mobile websites and is gaining traction on ...
0
votes
0answers
9 views

does WCF support schemeless URLs?

Does WCF support schemeless URLs? Trying to reduce the overhead of SSL offload with our .NET application.
2
votes
1answer
60 views

How to get my iPhone app listed in iPhone's native Photos app share menu?

Is it possible to list my iPhone app in iPhone's native photos app's share/send menu? Some links says not possible. But then how facebook, twitter apps are allowed as those too are native apps not ...
0
votes
1answer
31 views

Android App: How to read get parameters from a custom url scheme?

Basically, I have the same question described as in How to implement my very own URI schema on Android The answer given there works for me. When the custom url is called MyUriActivity's methods ...
0
votes
2answers
69 views

URL scheme with core data managed object (iOS)

I am wanting to add URL schemes to my iOS app, however the URL needs to be able to point towards a certain NSManagedObject from Core Data. I'm quite happy for my app to have to generate the URL for ...
0
votes
1answer
26 views

Open mobile safari from inside of Opera Mini?

I currently have a website that does not function very well inside of Opera Mini. I would like to display a message that informs the user that the website is best viewed in Mobile Safari, and provide ...
0
votes
1answer
42 views

How do I create a custom url scheme that will be recognized as a link?

My url scheme looks like "foo://". This works great when I type into the browser. The application requires I send this link in an e-mail and the e-mail opens from there. How can I configure the url ...
1
vote
4answers
98 views

Open one App from another programmaticaly

We have a standard SAP BI App and we don't have the code for that and our company purchased it for our internal use and now my PM has asked me to open SAP BI App from our custom App programmatically ...
0
votes
1answer
131 views

iOS: url-scheme fb://event/%llu no longer working in 6.1.1

opening the Facebook app with the URL scheme fb://event/%llu used to work up until update 6.1.1. Now the event view opens empty and nothing is displayed. Has the URL scheme changed or am I ...
0
votes
1answer
28 views

iOS, url schemes for app store both for specified developer's apps and for his concrete app to update in iOS 6?

This question was already answered but in iOS 6 all these solutions doesn't work. My current solutions sometimes doesn't work too: https://itunes.apple.com/us/artist/developer_name/developer_id ...
0
votes
0answers
57 views

Android - How to detect if an URl scheme redirect was successful?

I'm working on an Android app that can receive messages via an URl Scheme. A link gets redirected via PHP to the URl Scheme to pass the message from the browser to the app. e.g.: ...
1
vote
1answer
50 views

In Xcode, under Info tab, what's Role for in URL Types section?

In Xcode, under Info tab, what's Role dropdown in URL Types section for? The valid value for this is Editor, Viewer, None.
0
votes
1answer
50 views

URL identifier and URL scheme

In iOS you can set up URL scheme so other apps can launch you or pass data to you. What's the URL Identifier for? It doesn't seem to be used anywhere other than when you specify URL Schemes. Also, ...
1
vote
3answers
161 views

iPhone url scheme with content body to SMS

I'm a Java/Web developer and I don't know anything about iPhone applications. I did search on the Internet and the following steps are what I think people suggested but I want to confirm. I would like ...
0
votes
1answer
58 views

Prefill iphone calendar event via hyperlink

I want to prefill iPhone calendar by clicking a hyperlink on my website. What is the syntax for the URL scheme to pass event data to calendar app? I want this in a way, so that by clicking the link ...

1 2 3 4 5 15
15 30 50 per page