Shazron Abdullah created CB-4293:
------------------------------------

             Summary: Document onload param for <feature> tag in plugin spec
                 Key: CB-4293
                 URL: https://issues.apache.org/jira/browse/CB-4293
             Project: Apache Cordova
          Issue Type: Bug
          Components: Docs, Plugman
            Reporter: Shazron Abdullah
            Assignee: Michael Brooks
             Fix For: 3.1.0


The param "onload" is supported on both iOS and Android, not sure about other 
platforms. It should be documented in the plugin spec.

When this value is set to true, the plugin is loaded on startup.

{code}
    <feature name="Geolocation">
      <param name="ios-package" value="CDVLocation"/>
      <param name="onload" value="true" />
    </feature>

{code}

--
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

Reply via email to