I want to open apps using a link. So when you tap a link in safari, you open an app.
I had already found these links:
Message --- sms:
Maps --- maps://
Have to many possibility, here there a calling from Safari from developer.apple.com:
iPhoneURLScheme Reference
Here there a youtube dev for chrome mobile
Youtube scheme for chrome
This Is for Linkedin: linkedin://profile/{id}
The best way to get all information is to learn the PhoneGap Scheme, and if you want with phoneGap you can try to convert your web app in to a Partial Native app in Xcode.
Hope this help you.