From 0185b4b9c1b06ab28f409d8ebbd611a8354b26ef Mon Sep 17 00:00:00 2001 From: tony Date: Sat, 20 Apr 2019 04:06:27 +0300 Subject: [PATCH] ionic keyboard for ios only and space at the bottom of receive and send tabs --- public/views/walletHome.html | 4 +++- src/js/controllers/index.js | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/public/views/walletHome.html b/public/views/walletHome.html index 88e4e5033..7d00ab7f7 100644 --- a/public/views/walletHome.html +++ b/public/views/walletHome.html @@ -319,7 +319,8 @@

Claim funds using textcoin - + +


@@ -604,6 +605,7 @@

To be able to send arbitrary data into Obyte network, please switch to a single-address wallet first or create one. +

diff --git a/src/js/controllers/index.js b/src/js/controllers/index.js index 0a3bd4156..f8ec69182 100644 --- a/src/js/controllers/index.js +++ b/src/js/controllers/index.js @@ -93,7 +93,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r }); } - if (isCordova) { + if (isCordova && isMobile.iOS()) { Keyboard.hideFormAccessoryBar(false); }