gutenberg-mobile
gutenberg-mobile copied to clipboard
[iOS] Media & Text Block: Keyboard covers the text field after rotating from Landscape to Portrait
Describe the bug When using a Media & Text block, the keyboard obstructs the view of the text after rotating from Landscape to Portrait.
To Reproduce Steps to reproduce the behavior:
- Portrait mode
- Add Media & Text block to a post
- Add an image
- Type some text
- Rotate to Landscape mode
- Rotate back to Portrait mode
- ❌ Notice that the keyboard goes on top of the text field and the text is not visible.
Expected behavior When rotating from Landscape to Portrait, Media & Text block should look exactly like it looked before rotating to Lanscape. Keyboard and text field should both be visible.
Screenshots
https://user-images.githubusercontent.com/42008628/170294682-73919502-0fde-4186-ab6a-b0cc2f9de2e9.mov
Smartphone:
- Device: iPhone 13
- OS: iOS 15.4.1
Thanks for opening this ticket Tiago! Let me ask to verify: in the video capture, it looks like the editor keeps scrolling to above the text field even after you repeatedly try to scroll down, right? In other words, auto-scrolling keeps "fighting" you, right?
That's correct @hypest! It was me trying to scroll the text field into view. =)