1
I can open an app with a web link on Ios (ex: sms=numero), how do I open it on android and windows phone? there is another way to open for the 3 OS by html or some other script?
1
I can open an app with a web link on Ios (ex: sms=numero), how do I open it on android and windows phone? there is another way to open for the 3 OS by html or some other script?
1
In order to open applications through links you need to use URI Schemes.
Windows Phone supports some types like:
<a href="tel:(12) 3456-7890">Abrir discador</a>
In this link you can find other examples of use: http://talkitbr.com/2015/06/11/usando-uri-schemes-no-windows-phone
Browser other questions tagged android ios windows-phone
You are not signed in. Login or sign up in order to post.
Welcome, the more details and more specific your question, the greater the chances of an answer. http://answall.com/tour
– rubStackOverflow