You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Jesse MacFadyen (JIRA)" <ji...@apache.org> on 2013/02/13 11:26:12 UTC

[jira] [Commented] (CB-2427) jQuery Mobile + Phonegap = no localStorage on Windows Phone 8

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

Jesse MacFadyen commented on CB-2427:
-------------------------------------

I have tried numerous things, but I cannot reproduce this behavior.

I attempted, using jQM 1.2.0 + jQ 1.8.2, both locally and remotely, before and after including phonegap.js.

Please post a bare bones repro project.
                
> jQuery Mobile + Phonegap = no localStorage on Windows Phone 8
> -------------------------------------------------------------
>
>                 Key: CB-2427
>                 URL: https://issues.apache.org/jira/browse/CB-2427
>             Project: Apache Cordova
>          Issue Type: Bug
>    Affects Versions: 2.4.0
>         Environment: Windows Phone 8, PhoneGap 2.4.0, jQuery Mobile 1.2.0 
>            Reporter: Mads Dahlke
>
> https://groups.google.com/forum/m/?fromgroups#!topic/phonegap/oSFBWinaYEo
> I'm using PhoneGap 2.4.0 and jQuery Mobile 1.2.0 in a Windows Phone 8 app. As soon as I include jQuery Mobile I get an error when trying to use localStorage. If I remove jQeryMobile localstorage is woring just fine. Has anyone else see this behavior?
> //On Windows Phone 8 (Android and iOS are fine) we crash when trying to do window.localStorage.setItem
> console.log('PRE window.localStorage.setItem! Trying to set UserName = ' + $(data).find("UserName").text());
> try{
>  window.localStorage.setItem("UserName", $(data).find("UserName").text());
> }
> catch (e){
>  //ERROR MSG: Error: The system cannot find the file specified.\r\n
>  console.log('ERROR MSG: ' + e);
> }

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