Migrate keyboard from Sam and some fixes
This commit is contained in:
parent
f4c0cc2bad
commit
2f73ffd61c
6 changed files with 35 additions and 5 deletions
|
|
@ -307,6 +307,7 @@ angular.module('copayApp.controllers').controller('amountController', function($
|
|||
$scope.amountModel.amount = ($scope.amountModel.amount + digit).replace('..', '.');
|
||||
checkFontSize();
|
||||
$scope.processAmount();
|
||||
navigator.vibrate(50);
|
||||
};
|
||||
|
||||
$scope.pushOperator = function(operator) {
|
||||
|
|
@ -342,6 +343,7 @@ angular.module('copayApp.controllers').controller('amountController', function($
|
|||
$scope.amountModel.amount = $scope.alternativeAmount = $scope.globalResult = '';
|
||||
$scope.allowSend = false;
|
||||
checkFontSize();
|
||||
navigator.vibrate(50);
|
||||
};
|
||||
|
||||
$scope.processAmount = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue