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

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

Mads Dahlke created CB-2427:
-------------------------------

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