I am experiencing issues with the phonegap device ready event. I am testing under iOS 6.0.
When device ready is fired, the DOM isn't ready. If I bind events to some DOM Elements in a deviceready
event listener, I will receive no notifications because these elements do not exist at this early time.
So what are the best practices for waiting until BOTH have finished loading - DOM and phonegap?