lampaa/com.lampa.startapp

Trouble using it without ionic native wrapper

Opened this issue · 0 comments

I ran this

cordova plugin add com.lampa.startapp

Do I need to do anyhting else?

whats the correct way to reference the startApp?

navigator.startApp 

or

window.plugins.startApp  

or

      (window as any).plugins.startApp

or something else?

and do i need to declare it

declare var startApp: any