nchutchind / cordova-plugin-app-launcher

Simple Cordova plugin for launching apps.
MIT License
88 stars 92 forks source link

ionic 5 and capacitor 3 this plugin is not launching another app from base app #38

Open vneethareddy opened 2 years ago

vneethareddy commented 2 years ago

Currently i am using ionic5 with capacitor3 . i want to open workday app within my app. i checked with appAvailability plugin it returns true or false based on app installed or not. i installed workday and trying to launch from my app. its not opening any app not only workday i tried with whatsapp and calendar too. No errors also.. Please help us to solve this ASAP.

9imanroslan7 commented 2 years ago

another option is using capacitor appLauncher API https://capacitorjs.com/docs/apis/app-launcher .. I am not trying this method yet