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...
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.