Ionic
> ionic config info: Bekijk info over huiig project (app_id, app_key, dev_push, gcm_key) Code om device te registreren voor pushberichten: .run(function ($ionicPlatform, $rootScope) { $ionicPlatform.ready(function () { // 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 && window.cordova.plugins.Keyboard) { cordova.plugins.Keyboard.hideKeyboardAccessoryBar(true); cordova.plugins.Keyboard.disableScroll(true); } if (window.StatusBar) { // org.apache.cordova.statusbar required StatusBar.styleLightContent(); } // kick off the platform web client Ionic.io(); // this will give you a fresh user or the previously saved 'current user' var user = Ionic.User.current(); // if the user doesn't have an id, you'll need to give it one. if ...