Skip to content

Commit

Permalink
ionic keyboard for ios only and space at the bottom of receive and se…
Browse files Browse the repository at this point in the history
…nd tabs
  • Loading branch information
tonyofbyteball committed Apr 20, 2019
1 parent b2f4d8e commit 0185b4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion public/views/walletHome.html
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,8 @@ <h4 ng-class="{'enable_text_select': !index.isCordova}" class="size-12">
<a class="size-14" ng-click="home.openClaimTextcoinModal(home.addr[index.walletId])" ng-style="{'color':index.backgroundColor}">
<span translate>Claim funds using textcoin</span>
</a>
</div>
</div>
<br><br><br>
</div>
</div>
</div> <!-- END Receive -->
Expand Down Expand Up @@ -604,6 +605,7 @@ <h4 class="title m0">
To be able to send arbitrary data into O<sub>byte</sub> network, please switch to a single-address wallet first or create one.
</div>
</div>
<br><br>
<!--div class="row columns m20t" ng-hide="home.canSendPayment()">
This is a private asset, please send it only by clicking links in the chat.
</div-->
Expand Down
2 changes: 1 addition & 1 deletion src/js/controllers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
});
}

if (isCordova) {
if (isCordova && isMobile.iOS()) {
Keyboard.hideFormAccessoryBar(false);
}

Expand Down

0 comments on commit 0185b4b

Please sign in to comment.