I\'m using cordova/phonegap to make a windows phone app, i\'m trying to call a script from C# when an event fires.
Is there anyway to do this?
here\'s my cla
You could use DispatchCommandResult(); as outlined in the cordova documents. That way you can call the c# method, send whatever you need in the callback, and then just execute the javascript from within javascript.