0

I want to launch one application that already installed in my device from another application by some action like clicking on a button. I want to implement this both in android and ios applications as I am developing worklight hybrid application.

I want to know whether this is feasible in hybrid applications using IBM worklight or phonegap.

Let me know if any other information is needed on this.

user3878988
  • 761
  • 3
  • 8
  • 20

1 Answers1

0

Yes. You can implement Cordova plug-in(s) that will do this.

See user documentation on creating Cordova plug-ins in Worklight: http://www.ibm.com/developerworks/mobile/worklight/getting-started.html#GS_native_to_hybrid

Here's a Worklight 6.2 demo project (instructions.txt inside), demonstartnig opening external (installed) apps in Android and iOS in different fashions: https://www.dropbox.com/s/5dd5hqvx8aplltc/6.2-OpenExternalAppProject%20.zip


Related questions with more ways to do this:

Community
  • 1
  • 1
Idan Adar
  • 44,156
  • 13
  • 50
  • 89