Fixing Stuff To do not let the user touch and scroll the slides, do the following: // app.js app.run(function($ionicPlatform, $ionicSlideBoxDelegate) { $ionicPlatform.ready(function() { $ionicSlideBoxDelegate.enableSlide(false); }); });
Uploading to Microsoft