aaronshaf / react-toggle

Elegant, accessible toggle component for React. Also a glorified checkbox.
http://aaronshaf.github.io/react-toggle/
MIT License
945 stars 159 forks source link

IOS 13.2.2 Safari - Clicking toggle while keyboard is open leaves giant whitespace #156

Closed ghost closed 4 years ago

ghost commented 4 years ago

This is a funny little issue we just started running into with the latest IOS version.

If I have my keyboard open (for example, while currently on a text input) and then click straight to the toggle element, the keyboard disappears but a giant white space remains.

I have tested several other input types like checkboxes, and this issue only seems to occur with the react-toggle element. The white space is the height and width of the keyboard, and can potentially break the page by preventing further scrolling.