Does the Phonegap Plugins work on CLI or only on the phonegap online build? If yes, please tell me how to properly integrate the splashscreen plugin on phonegap 3.3.
Thank you!
Yes, plugins work locally, not just in PhoneGap Build.
To install a new plugin (such as the Splashscreen plugin) run:
cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen.git
Implementation works the same as PhoneGap Build — see the documentation.