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); }