@sujit77 wrote:
Is there a way to open an app which is already installed using only
package ID or app's scheme
(Eg. “com.twitter.android” for Twitter) without need ofdeeplink URL
?I am currently interested in only Android’s solution. May be I will check regarding iOS later.
With the help of
Cordova plugin
inAppBrowser, we can open other app usingdeeplink
of that app.
I want to achieve same feature usingpackage ID or app's scheme
for apps wheredeeplinks
are not available.Similar question has been asked here.
I have also tried to look at com.lampa.startapp. But still haven’t succeeded in it.
Posts: 1
Participants: 1