workflowproducts / envelope

Publish web apps based on your PostgreSQL database fast!
https://workflowproducts.com/envelope.html
Apache License 2.0
53 stars 2 forks source link

GS-Table on iOS #159

Closed michaeltocci closed 1 year ago

michaeltocci commented 1 year ago

On some applications on iOS (see our TEMP internal app for an example), focusing a field causes the keyboard to pop up (taking vertical space), which causes the page to shrink, which causes the focused field to be hidden, which causes the field to become unrendered, which causes the field to lose focus, which causes the keyboard to close. Preventing the field from being updated.

crosstocci commented 1 year ago

This seems to be resolved.

IOS now keeps the page full height and simply scrolls to the focused element. No resizing takes place.

It would be smart to consider this when writing Issue #144