How use a Cordova plugin that not are in the Ionic Native list of plugins?
For exemple, how I use this plugin in my ionic app?
Install as per normal…
Above the class of your page do something like…
var deezerCordova = window['cordova']['plugins']['DeezerPlugin'];
You won’t have typescript support but you should be fine with the documentation.
Is that enough explanation?
Thank you! It’s worked for me.