diff --git a/src/js/routes.js b/src/js/routes.js index 0165df0e9..61c774460 100644 --- a/src/js/routes.js +++ b/src/js/routes.js @@ -549,7 +549,7 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr if (window.cordova.plugins.Keyboard) { cordova.plugins.Keyboard.hideKeyboardAccessoryBar(true); - cordova.plugins.Keyboard.disableScroll(true); + cordova.plugins.Keyboard.disableScroll(false); } $ionicPlatform.registerBackButtonAction(function(event) {