I’m pretty new to ionic and Cordova plugins. I’ve been able to easily integrate ngCordova into my app, but I’ve come across some cordova plugins which I need that aren’t in ngCordova. I’m wondering if someone has step by step instructions on how to integrate these. Specifically I’m looking at using NowPlaying in order to put audio meta on the lock screen. Has anyone integrated something like this into an ionic project?
hi greatwitenorth
here is offlical cordova document where you find the step to use plugin
http://cordova.apache.org/docs/en/5.0.0/guide_cli_index.md.html#The%20Command-Line%20Interface
Yes, I tried following those instructions along with the steps on the NowPlaying README and it doesn’t work. Only the URL is being displayed in the title section on the lock screen.