You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Jesse MacFadyen (JIRA)" <ji...@apache.org> on 2012/07/24 20:53:33 UTC

[jira] [Resolved] (CB-1112) Cordova 2.0 and overridebackbutton on Windows Phone

     [ https://issues.apache.org/jira/browse/CB-1112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jesse MacFadyen resolved CB-1112.
---------------------------------

    Resolution: Fixed

https://github.com/purplecabbage/incubator-cordova-wp7/commit/d04b87abb3c3822ef25438e1353a1d7d2e0d6628
                
> 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