问题描述
我想通过一些操作(例如点击按钮)从其他应用程序启动已安装在设备中的一个应用程序。我想在Android和ios应用程序中实现这一点,因为我正在开发工作灯混合应用程序。
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.
我想知道在使用IBM worklight或phonegap的混合应用程序中这是否可行。
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.
推荐答案
是的。
请参阅有关在Worklight中创建Cordova插件的用户文档:
See user documentation on creating Cordova plug-ins in Worklight: http://www.ibm.com/developerworks/mobile/worklight/getting-started.html#GS_native_to_hybrid
这里有一个Worklight 6.2演示项目(在instructions.txt里),demonstartnig在Android和iOS中以不同的方式打开外部(安装)应用程序:
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
这篇关于有没有任何方法从Android和ios中的另一个应用程序使用worklight 6.2或phonegap混合应用程序启动一个应用程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!