I noticed that support for plugins delaying deviceready until they have initialized themselves is no longer in cordova-js. Does anyone remember if there a specific reason why this wasn't carried forward, or if there's another solution?
This is to support LocalStorage (cupcakeStorage) for some Android devices that were missing it (not a large set of devices, if I recall). However, without it, there will be an error if cupcakeStorage if called too soon - like in the deviceready callback. It also seems like a feature that may be needed for other types of plugins. Regards, Bryce
