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:18:19 UTC

[jira] [Commented] (CB-160) history.back() not working on windows phone

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

Maryna commented on CB-160:
---------------------------

No, it doesn't work on devices too. 
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 because window.history is absolutely empty.
                
> history.back() not working on windows phone
> -------------------------------------------
>
>                 Key: CB-160
>                 URL: https://issues.apache.org/jira/browse/CB-160
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: WP7
>    Affects Versions: 1.3.0
>         Environment: emulator
>            Reporter: Donatas Simelis
>            Assignee: Jesse MacFadyen
>
> history.back() is not working at all on my WP7 phonegap application.
> First noticed it by investigating why jquery mobile back button was not working, but it seems that all calls to history.back() just do nothing.
> It's all good on all other environments i've tested, so it must be windows phone related stuff.
> Can't find a related bug - what is the solution?

--
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