I'm new to PhoneGap/Cordova, and would like to call some javascript outside of the CDVPlugin interface.... In code that isn't part of a plugin.
Is this possible? If I could get a reference to the webview that PhoneGap uses, I should be able to call something like:
[webView stringByEvaluatingJavaScriptFromString:@"myJSFunction()"];
or
[super writeJavascript::@"myJSFunction()"];