Results 25 comments of Lampusha

@StephenMok1997 error indicates that the main activity not found in the application (perhaps for ``)! Does the application open through the device interface?

> What do you mean by device interface? Android Launcher

> > @StephenMok1997 error indicates that the main activity not found in the application (perhaps for ``)! Does the application open through the device interface? > > No So you...

Hi, @tiois, @bill-rousseau! I would be very glad to help you, but I do not know how to program in ios and I can not test the plugin on the...

Hi, @sandahaung! Hmm, your app send some extra to other app, and next, other app send some extra to your app?

Hi! Windows support is not currently planned.Sorry.

Hi! Please, look issues by Ionic tag https://github.com/lampaa/com.lampa.startapp/labels/Ionic

Hi, test this code: ```js startApp.set({ /* params */ "action": "ACTION_SEND", "package": "com.whatsapp", "type": "text/plain" }, { "android.intent.extra.TEXT":"Text..." }).start(); ```

Hi, @rolinger! You can call you app by package name, exam: ```js var sApp = startApp.set({ "application":"com.application.name" }).start(); ```