Ian Clelland created CB-6087:
--------------------------------
Summary: File plugin should load on startup
Key: CB-6087
URL: https://issues.apache.org/jira/browse/CB-6087
Project: Apache Cordova
Issue Type: Bug
Components: Android, iOS, Plugin File
Reporter: Ian Clelland
Assignee: Ian Clelland
Because of the new {{cdvfile://}} protocol, which may need to be handled before
any {{exec()}} calls have been made to the File plugin, File should be
initialized on startup on Android and iOS.
This is just a matter of adding
{code}
<param name="onload" value="true" />
{code}
to File's {{plugin.xml}} file.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)