I have a Kendo application construction with an initialization which contains a call bindevents() that in it's turn adds the event listener for deviceReady.
Before deviceready is finished the code for my homeView_onInit is already being executed causing incorrect behaviour of my app
How can I prevent that any code is executed before the deviceready event has finished or is fired?
Before deviceready is finished the code for my homeView_onInit is already being executed causing incorrect behaviour of my app
How can I prevent that any code is executed before the deviceready event has finished or is fired?