Hello Cordova Team: Had a great conversation with Fil from the Adobe team looking to find a way to enable further functionality in Cordova without building additional plugins.
I'd like to propose that in the Android Cordova project the webview that is created enables plugins by default. I wanted to check with the community to see if there were any possible risks, but the code would look like: webview.getSettings().setPluginsEnabled(true); By doing so we can enable features like Websockets simply using gimite/websocket-js (https://github.com/gimite/web-socket-js). It can open up functionality by default, especially to users who are demanding more features via PhoneGap Build. If there are no objections, I'd like to submit a pull request ASAP. Cheers, Justin
