-
Notifications
You must be signed in to change notification settings - Fork 58
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
Fix links ui on landscape iOS (v2) #701
Conversation
Continuing the discussion from Thank you for your review @pinarol !
That's right, I've noticed that too. Let's create a new issue for this one. 👍
I agree that we shouldn't try to add a link if the url text is empty. I'd say that this also deserves its own ticket. Currently we don't have a @iamthomasbishop what do you think? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🎉 Feel free to open issues for my findings and merge this one.
(Tested with both WPiOS and WPAndroid and iOS example app)
Agreed.
The settings/input of the bottom sheet should be applied immediately where possible, so regardless of the dismiss method (swipe to hide or tapping the scrim in the example given above) we should be saving the contents. It essentially acts the same as a popover on iOS would. I also think we should consider a couple things:
|
Thank you @pinarol and @iamthomasbishop ! |
Description
This PR updates the Gutenberg ref to test WordPress/gutenberg#14240.
It fixes an issue on KeyboardAvoidingView, that was adding extra bottom padding on specific circumstances:
With some debugging I noticed a problem on the way the extra padding is calculated, so I made a simplified version of the component that will work well on the BottomSheet.
Note: The BottomSheet is not scrollable (yet).
To test: