com.lampa.startapp icon indicating copy to clipboard operation
com.lampa.startapp copied to clipboard

Import in Ionic 2 / Angular 2 project

Open djengle91 opened this issue 8 years ago • 5 comments

I'm having a very difficult time trying to figure out how to import this plugin with Ionic 2 / Angular 2. Most plugins seem to provide this information in the readme, and many use Ionic Native like this:

import { AdMob } from 'ionic-native';

djengle91 avatar Jan 17 '17 22:01 djengle91

+1 same issue in ionic 2 fast reply as soon as possible

hardslk avatar Feb 02 '17 08:02 hardslk

please provide information as soon as possible.

hardslk avatar Feb 07 '17 06:02 hardslk

@djengle91 you don't import startApp just you want to use (window as any).startApp.set({ // /* params */ // "action": "ACTION_VIEW", // "uri": "skype:+79109999999" // }).start();

hardslk avatar Feb 07 '17 12:02 hardslk

@hardslk

(window as any).startApp.set

it does work to solve the problem sincerely thanks

satorioh avatar Apr 25 '17 09:04 satorioh

Hi team,

Kindly reply any solution for this I am facing an issue for calling app inside another app.

kurnoolmohammadmujahid avatar May 23 '17 20:05 kurnoolmohammadmujahid