skol-pro / ion-digit-keyboard

A digital keyboard for apps build using the Ionic framework.
MIT License
47 stars 20 forks source link

Resize - Make it possible when keyboard is wrapped #1

Open skol-pro opened 8 years ago

skol-pro commented 8 years ago

Currently, content can't be resized if the keyboard is wrapped, example:

<ion-content></ion-content>
<div ng-controller="keyboardController">
       <ion-digit-keyboard  ng-show="keyboardService.visible" settings="keyboardService.settings"></ion-digit-keyboard>
</div>