You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Maryna (JIRA)" <ji...@apache.org> on 2013/05/23 18:22:21 UTC

[jira] [Created] (CB-3483) JQuery Mobile Back button doesn't work on WP

Maryna created CB-3483:
--------------------------

             Summary: JQuery Mobile Back button doesn't work on WP
                 Key: CB-3483
                 URL: https://issues.apache.org/jira/browse/CB-3483
             Project: Apache Cordova
          Issue Type: Bug
          Components: WP7
            Reporter: Maryna
            Assignee: Jesse MacFadyen


The case was pressing buttons in app that causes call of $.mobile.changePage() which must programmaticaly change page and leave a new browser history entry (when 'changeHash' parameter is set to true which is by default). While checking this fact elucidated that browser history is empty and there is no programmaticaly changed entries. Pressing 'back' button causes native window.history.back() call which come to be useless. 
This is because the application navigation occurs entirely within a browser control—hence, from the perspective of the Silverlight framework, the application has a single page.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira