enable keyboard scroll when is show
This commit is contained in:
parent
87644b92c6
commit
0adf3e910f
1 changed files with 1 additions and 1 deletions
|
|
@ -549,7 +549,7 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
|
||||||
|
|
||||||
if (window.cordova.plugins.Keyboard) {
|
if (window.cordova.plugins.Keyboard) {
|
||||||
cordova.plugins.Keyboard.hideKeyboardAccessoryBar(true);
|
cordova.plugins.Keyboard.hideKeyboardAccessoryBar(true);
|
||||||
cordova.plugins.Keyboard.disableScroll(true);
|
cordova.plugins.Keyboard.disableScroll(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
$ionicPlatform.registerBackButtonAction(function(event) {
|
$ionicPlatform.registerBackButtonAction(function(event) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue