From 0adf3e910fc59e04f26d36f5caa024bfe041e266 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Baz=C3=A1n?= Date: Mon, 11 Jul 2016 16:37:16 -0300 Subject: [PATCH] enable keyboard scroll when is show --- src/js/routes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {