Is there a way to launch another application (installed on the mobile) from th one i built with appery? If it is possible could you suggest how?
Is there a way to launch another application (installed on the mobile) from th one i built with appery? If it is possible could you suggest how?
Hello,
You can use phonegap plugin.
http://stackoverflow.com/questions/22...
http://stackoverflow.com/questions/15...
https://coderwall.com/p/ziyyig
Hi Igor- do you think this will work for a web-only app?
Hi,
I'm not sure if it will work as web-only app, but it should work if you install app on device.
Igor, just to be sure my wording was not misleading: I'm talking about a web-only app (not prepared as an app that will run as a native app on iPhone or Android), but that will run on the iPhone or Android browser. That's what you are not sure will work - correct? Thanks.
Hello Robert,
Generally, there is no ability to launch applications installed on a device from the web app. But you can consider an approach for custom application: http://stackoverflow.com/questions/29...
Evgene, that's very interesting stuff. Thanks very much.