Add a fixed text-input footer to ionic content

Basically I am looking to add a messaging feature to my app and need a fixed sub-header that is still in ionic content so it moves up when focused.

Example::

So far standard sub-headers have not worked because they don’t work inside ion-content and don’t move up when focused

1 Like

you can use ionFooter under the ion content and add the keyboard-attached directive of the ionic keyboard:
http://ionicframework.com/docs/api/directive/keyboardAttach/

1 Like