@lilbiscuit wrote:
The keyboard plugin provides a keyboard-attach directive to attach a footer bar to a device keyboard. The problem is that this requires the content scroll to be disabled or else the footer bar will float all over the place.
What I need is a modal that has a keyboard accessory bar that attaches itself to the keyboard but the content of the modal is allowed to scroll. How can this be accomplished?
<div class="modal"> <ion-header-bar></ion-header-bar> <ion-content scroll="true"> <!-- stuff here that user wants to scroll through --> </ion-content> <ion-footer-bar keyboard-attach"> <!-- this is my custom keyboard accessory bar with a camera icon and other stuff --> </ion-footer-bar> </div>
Is there another way to attach an accessory bar to a keyboard in Ionic (or cordova or angular) allowing the content to scroll ?
Posts: 1
Participants: 1