Is there any way to launch one application from another application in android and ios using worklight 6.2 or phonegap hybrid applications?

爱⌒轻易说出口 提交于 2019-12-08 09:37:28

问题


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.


回答1:


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:

  • IBM Worklight - How to launch another app?
  • Worklight(6.1v) hybrid app - need to open other application from my app


来源:https://stackoverflow.com/questions/25319582/is-there-any-way-to-launch-one-application-from-another-application-in-android-a

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!