I am trying to use this cordova plugin https://github.com/honza889/cordova-plugin-kiosk in an Ionic v2 App.
Basically after installing the plugin in cordova with cordova plugin add https://github.com/honza889/cordova-plugin-kiosk.git
the plugin is enabled and working.
But I can't find a way to use the plugin's methods.
window.plugins
is undefined
and cordova
is undefined.
I have tried to import the plugin in app.component.ts but I can't figure out the right path.
Does anyone know a way to use non native plugins in an Ionic V2 app (the documentation and resources are outdated or referring to native plugins).
Thanks in advance