Hello,
I installed the latest ionic version, I followed this page: http://ionicframework.com/getting-started/ (with tabs version).
But I have a problem, this message appear: “deviceready has not fired after 5 seconds” and the code is never launch:
.run(function($ionicPlatform) {
$ionicPlatform.ready(function() {
console.log("hello")
// Hide the accessory bar by default (remove this to show the accessory bar above the keyboard
// for form inputs)
if (window.cordova && window.cordova.plugins.Keyboard) {
cordova.plugins.Keyboard.hideKeyboardAccessoryBar(true);
}
if (window.StatusBar) {
// org.apache.cordova.statusbar required
StatusBar.styleDefault();
}
});
})
I use xcode with emlulator of iphone 6.