0

I am developing a responsive website and it will have a login button. This login button should redirect to an application installed on the users phone.

Is it possible to create an html/css button and once clicked, it opens up an installed application on your mobile whether its android or ios ?

Many thanks for your help guys !

user3492795
  • 193
  • 5
  • 19
  • 1
    http://stackoverflow.com/questions/13044805/how-to-check-if-an-app-is-installed-from-a-web-page-on-an-iphone – Nick Apr 08 '14 at 15:49

2 Answers2

0

Here is a link to some of apple's in-app url schemes, not all of the apps have schemes, but you might be able to find them in the developer notes of whatever app you're linking to.

https://developer.apple.com/library/safari/featuredarticles/iPhoneURLScheme_Reference/Introduction/Introduction.html

masgrimes
  • 74
  • 1
  • 5
  • 2
    While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. – Marcel Gwerder Apr 08 '14 at 16:27
  • Thanks for the tip, Marcel! – masgrimes May 08 '14 at 01:28