-
-
Notifications
You must be signed in to change notification settings - Fork 329
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
User Feedback form (due: Dec 6) #4271
Comments
Update, got the logo fixed, and got the field/button heights a little taller to match the screenshot in the docs for the web version. Did some work to get the the UITextField and UITextView inner padding equal, as by default they are annoyingly different. Also to equalize spacing between various elements.
|
There's an issue where the keyboard covers elements on smaller screens. There are a couple options to mitigate this, and we might take a combination of approaches:
I think a combination of 1 and 2 will be the best approach. See #4590 |
This is functionally complete. There is one polish item I know of that needs attention: when using customized outlines, the text fields are sized differently (since we explicitly use a custom CALayer instead of letting UIKit do whatever it does by default). |
Description
Build the configurable UI form that captures the end user's feedback
The text was updated successfully, but these errors were encountered: