user3896951
user3896951

Reputation: 17

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

Upvotes: 0

Views: 945

Answers (2)

Idan Adar
Idan Adar

Reputation: 44516

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)

Upvotes: 0

mentat
mentat

Reputation: 2768

Check this plugin, looks like it answers all your points: https://github.com/lampaa/org.apache.cordova.startapp

Upvotes: 1

Related Questions