Thanks!
Hi Ave -
Sorry, I'm not sure I understand your question, could you please be more specific?
Ilya, my question is, when do I use device ready vs. load?
It seems they are the same thing, but device ready pertains to the app running on a physical device, and load pertains to the app running on either HTML5 web or the device.
I am curious if there are cases in which I need to use both for the same action. i.e. service.execute() when device ready & service.execute() when page load to cover both bases?
If not can you clarify the difference and when I should use one over the other? It seems like device ready is a subset of load, since every time the device is ready, the page will load.
Does that make sense?
Ave,
Such cases may exist, but it's hard to imagine them now. These links should help:
https://cordova.apache.org/docs/en/4....
http://www.w3schools.com/jquerymobile...