Is there a way to launch the messenger on iOS from an HTML5 app made with PhoneGap? Can someone point me in the right direction?
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can invoke another app in an iOS environment by raising a URL request with specific scheme. so to open an email or phone app, in your html,
When user taps over this hyper link the user will be taken to the respective apps. same way for message app, use
List of all URL schemes : iOS URL Schemes