Farhad Farzaneh created CB-5457:
-----------------------------------
Summary: File Upload seems to break js -> iOS interface
Key: CB-5457
URL: https://issues.apache.org/jira/browse/CB-5457
Project: Apache Cordova
Issue Type: Bug
Components: CordovaJS, Plugin File Transfer
Affects Versions: 3.1.0
Environment: iOS 7.0
Reporter: Farhad Farzaneh
After performing an upload File Transfer, plugins no longer work. What I
_think_ happens is that if there are plugin interfaces during file transfer,
for example, a console.log or File process, the first one triggers the
_execXhr_ command with _gap_exec_ keyword, but this is not picked up. That is,
it does not result in a CDVURLProtocol:canInitWithRequest. But the command is
in the javascript commandQueue. No additional commands will trigger an execXhr
b/c of the logic that assumes that if the command queue length > 1 the native
side has already been "poked" and will pick up the commands shortly. If the
native side has lost the command (and I don't know how or why), we're now
wedged. A quick hack to prove the issue is to retrigger the execXhr if the
command queue length is > 5, for example. This causes the native side to be
poked again, and things work again.
--
This message was sent by Atlassian JIRA
(v6.1#6144)