I am trying to implement a simple page with a login form (user/password text input + 1 button). I would like to fix this form to the bottom of a ion-content. But it does not wor
I just find a simple solution, which works fine for me.
your scroll content > your fixed div, maybe a form
you can also refer to: http://ionicframework.com/docs/api/directive/ionScroll/
I hope it helps.