forked from github/cordova-android

There is now a sendPluginResult() as well as a sendJavascript() on CordovaWebview. sendPluginResult() sends the result so that it can be parsed without using eval(), when the active bridge allows it.
There is now a sendPluginResult() as well as a sendJavascript() on CordovaWebview. sendPluginResult() sends the result so that it can be parsed without using eval(), when the active bridge allows it.