[ 
https://issues.apache.org/jira/browse/CB-3483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13666405#comment-13666405
 ] 

Maryna commented on CB-3483:
----------------------------

Try to reproduce in the simplest conditions:
1) Create 2 pages with transitions and back button (see attachment for example)
2) Try to go back from 2nd page to main page.
Actual result: back button doesn't work

Environment: 
Visual Studio 2010 Express for Windows Phone
jquery-1.8.2
jquery.mobile-1.3.0
cordova-2.4.0
                
> 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
>         Attachments: CordovaWP7_2_4_0_Full3.rar
>
>
> 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