IT2810 / it2810-webutvikling-h18-prosjekt-3-45

it2810-webutvikling-h18-prosjekt-3-45 created by GitHub Classroom
1 stars 0 forks source link

Set the form buttons (save/cancel) on the bottom #19

Closed hehug7 closed 6 years ago

hehug7 commented 6 years ago

I have encountered an issue with the layout and styling of the form. By using the scrollview element, it's possible to unselect the keyboard on ios when pressing outside the keyboard when writing in the multilined textinput. But then I'm unable to set the buttons to the bottom of the scrollview. By changing the scrollview to a normal 'view' tag, I can easily put the buttons on the bottom, but then I'm unable to unselect the keyboard when pressing outside the keyboard...

This will be a fixed if we have time to do so.

hehug7 commented 6 years ago

This is solved in feat-#20

torjusti commented 6 years ago

But it's not solved before #21 is merged