Hi All,
I'm working on a Windows Phone integration.
Currently I can fire JavaScript functions from the C#, allowing me to identify events like pressing the back button.
My problem is that I don't know how to get a fired function to trigger a condition.
When I call this from inside the function:
this.runtime.trigger(cr.plugins_.windowsphone.prototype.cnds.OnBack, this);
Runtime is just undefined.
Any help would be great.