Superb plugin thehen, good job!
I tried your example (in r116) and it worked fantastically!
Is there any chance you'll be supporting later builds of C2. I've done soooo much work on my project since r116, that it'd be very difficult to roll back.
I ask because I also tried your example in r128.2, but I just get a black screen. Not sure if this is something to do with new C2 version? The VS debugger showed an exception message (see below), and highlighted (**) a line from a function within the "WindowsPhonePluginForConstruct2.Mainpg" code:
//Back button
protected override void
OnBackKeyPress(System.ComponentModel.CancelEventArgs e)
{
** Browser.InvokeScript("eval", "cr.plugins_.windowsphone.prototype.cnds.OnBackTrigger()"); **
e.Cancel = true;
}
<img src="https://dl.dropboxusercontent.com/u/101200636/errormsg2.png" border="0" />
It'd be a great shame to lose such a fantastic plugin to later builds of C2!
Keep up the great work!
<img src="smileys/smiley32.gif" border="0" align="middle" /> <img src="smileys/smiley32.gif" border="0" align="middle" />