Search code examples
cordovaibm-mobilefirsthybrid-mobile-app

Worklight(6.1v) hybrid app - need to open other application from my app


This is the case

1) check whether someXXX app is installed in the device

2) if installed open the app.

3) if not, open play store/App store app with someeXXX page.

if there any examples or codebases or links provided would be helpful and appreciated.

Thanks


Solution

  • You can also take a look at the following accepted answer: IBM Worklight - How to launch another app?

    Two options are provided within:

    • Using URI schemes
    • Using a Cordova plug-in in your Worklight application (demo project attached)