Sergey Grebnov created CB-1112:
----------------------------------

             Summary: Cordova 2.0 and overridebackbutton on Windows Phone
                 Key: CB-1112
                 URL: https://issues.apache.org/jira/browse/CB-1112
             Project: Apache Cordova
          Issue Type: Bug
          Components: WP7
    Affects Versions: 2.0.0
            Reporter: Sergey Grebnov
            Assignee: Jesse MacFadyen


Hi Jesse,

Please check the overridebackbutton works properly. It now seems we pass 
“[true]” in js but in C# we still check for “true”.

js
exec(null, null, "CoreEvents", "overridebackbutton", [true]);

C#
this.OverrideBackButton = (args != null && args.Length > 0 && args.ToLower() == 
"true");


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to