I\'m new to Ionic . I\'m creating an phonegap app using ionic blank template. When i swipe from left to right on second page of my app a black screen appears. I don\'t know
I wrote below code in app.js file .
angular.module(....) .config(function($stateProvider,$urlRouterProvider,$ionicConfigProvider){ $ionicConfigProvider.views.swipeBackEnabled(false); . . . .//remaining code in config }