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

Andrew Grieve commented on CB-7735:
-----------------------------------

Thanks. Actually - this is also a tough to reproduce bug. Would you be willing 
to provide a minimal (or not) .zip of a project that shows the bug? Can you 
also verify they rebooting your physical device doesn't make the problem go 
away?

> Callbacks not being executed when calling requestFileSystem
> -----------------------------------------------------------
>
>                 Key: CB-7735
>                 URL: https://issues.apache.org/jira/browse/CB-7735
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CordovaJS, iOS
>    Affects Versions: 3.7.0
>            Reporter: Christophe Benoit
>            Priority: Blocker
>              Labels: bridge, callback, filesystem
>
> When calling window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, success, 
> error) none of the callback functions are executed.
> Several calls to window.requestFileSystem are made during the initialization 
> of the application, after the deviceready event. All those calls are being 
> queued in the command queue.
> If I set the bridge mode to XHR_NO_PAYLOAD in the deviceready handler with 
> following call, 
> cordova.exec.setJsToNativeBridgeMode(cordova.exec.jsToNativeModes.XHR_NO_PAYLOAD),
>  the callbacks are executed as expected and my application is beinig 
> initialized. 
> If I change the bridge mode back to IFRAME_NAV when the first view is 
> rendered, any following calls to requestFileSystem are being handled as 
> expected.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to