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

Stefan Kendall commented on CB-1103:
------------------------------------

Source attached. I was getting crashes since I fallback on 
webkitRequestFileSystem to do browser testing.

That is, var requestFileSystem = window.requestFileSystem || 
window.webkitRequestFileSystem; Since window.requestFileSystem was undefined 
(the real issue), I saw crashing.
                
> window.requestFileSystem is undefined on ICS TouchWiz devices.
> --------------------------------------------------------------
>
>                 Key: CB-1103
>                 URL: https://issues.apache.org/jira/browse/CB-1103
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 1.9.0
>         Environment: Any android devices running ICS and TouchWiz.
>            Reporter: Stefan Kendall
>            Assignee: Joe Bowser
>         Attachments: Archive.zip
>
>
> window.requestFileSystem is undefined after phonegap has loaded, which makes 
> reading and writing files impossible.
> window.webkitRequestFileSystem *is* defined, but attempting to use this 
> method causes a singal 11 application crash.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to