-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mis-aligned text fields in iPad #110
Comments
Note: on the first screenshot, I had: row_height: 100 That's why the height is different. |
Yup, Formotion is basically untested for/not developed against iPads. PRs to fix it or make it better would be awesome, but it's not something I'm likely to get around to soon. An earlier, similar issue: #49 |
I'll work on a PR since I need it to work :). Thanks! |
Closing since I've moved on to my own ProMotion-form library. Thanks Clay! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm building a tiny app for a construction company and having some problems with the text field.
As you can see, the text field editable area is off in iPad. In the iPhone, it looks fine:
Code here: https://github.com/jamonholmgren/formotion-ipad-alignment
For convenience, here's the relevant part:
You'll note that my row label is blank. Even if I add one, it doesn't help:
On iPhone, it's fine:
The text was updated successfully, but these errors were encountered: