WP code:
string nativeReady = "(function(){
cordova.require('cordova/channel').onNativeReady.fire()})();";
@purplecabbage
risingj.com
On Tue, Aug 6, 2013 at 1:45 PM, Ian Clelland <[email protected]> wrote:
> I think that's a good idea. If there are no platforms actually using this
> signal to indicate anything useful, then nobody should be listening for it
> to fire.
>
> Deleting it now means that nobody ends up in a situation where they're
> implicitly depending on a feature that we don't support, don't test, and
> which will probably break in the future without anyone noticing.
>
>
> On Tue, Aug 6, 2013 at 4:21 PM, Andrew Grieve <[email protected]>
> wrote:
>
> > All of the JS platforms fire onNativeReady in their platform.bootstrap
> > function (used to be bootstrap-$platform.js).
> >
> > Might as well just delete this channel, yes?
> >
>