simple coding PHP tutorials and example scripts, learn how to code in PHP, MySQL and Codeigniter; mobile development with Ionic, AngularJS, Cordova, Phonegap; basic development resources, guide and tutorial, tips and tricks
How to correctly bootstrap an IONIC App when Cordova is ready
When an IONIC application starts becoming complex it involves a lot of asynchronous operation at startup, like doing $http requests or reading cached data from localStorage and also some kind of plugins iteration. To be sure that everything is ready before it can be used, we needs to wait that Cordova emits the deviceready event. Leggi tutto…