Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

When building for an iOS/Android device, do I need to use both 'Load' and 'Device Ready' before invoking services?

Hi Ave -

Sorry, I'm not sure I understand your question, could you please be more specific?

A.W.H.
Posts: 0
Joined: Sat Jun 20, 2015 7:02 am

When building for an iOS/Android device, do I need to use both 'Load' and 'Device Ready' before invoking services?

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?

Return to “Issues”