Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 70612

Alternate for Ionic keyboard-attach directive?

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 70612

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>