Yes. Please file a JIRA issue. Sounds like it will be a great help to others who hit this. -James Jong
On Nov 15, 2013, at 3:16 PM, Shazron <shaz...@gmail.com> wrote: > Hi Axel, > File the issue and just copy in your email :) Someone will get to it > eventually. Perhaps you could send a pull-request as well. > > > > On Thu, Nov 14, 2013 at 6:20 AM, <axel.nenn...@telekom.de> wrote: > >> Hi, >> >> I think this issue >> https://issues.apache.org/jira/browse/CB-4293?jql=text%20~%20%22onload%22 >> documents "onload" on IOS. >> >> I think that this is not a platform specific issue and "onload" should be >> documented in the platform independent documentation: >> >> https://cordova.apache.org/docs/en/3.0.0/plugin_ref_spec.md.html#Plugin%20Specification >> >> Should I create an issue? Who would take that? >> >> best regards >> Axel >> >> Ps: it took me hours to discover why my plugin's "onNewIntent" method was >> not called. It is only called if the >> <param name="onload" value="true"> >> My CordovaActivity is started from another activity in the same >> application and I catch the extras in onNewIntent. >>