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

Reply via email to