Trouble using it without ionic native wrapper
dennisobel opened this issue · 0 comments
dennisobel commented
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