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/15 03:39:13 UTC

[jira] [Resolved] (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:all-tabpanel ]

Jesse MacFadyen resolved CB-2427.
---------------------------------

    Resolution: Not A Problem

See comments for further explanation.
                
> 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
>         Attachments: DemoApp.zip, with_jQueryMobile.PNG, without_jQueryMobile.PNG
>
>
> 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