You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I click on the text area in safari, the keyboard comes up. At first, it is OK! The textarea will autosize by typing. But, when textarea is bigger than screen, that will be covered with keyboard. Every word that i type can't be seen (cursor also), and the textarea still autosize in back of keyboard. What can i do to solve this problem ? The words that i type can be seen in the screen without covering with keyboard ?
BTW, my English is not very strong, sorry!
Thank you!
The text was updated successfully, but these errors were encountered:
Sorry, I don't know of anything that can be done about this with Autosize's current approach to resizing the textarea element. The alternative approach would be to create a mirrored textarea element offscreen, but that has it's own issues with accuracy.
My suggestion would be to not assign autosize for small screens (or maybe just iOS). A Quick look suggests Github handles this comment area this way; it allows some expansion of the textarea for desktop browsers, but disabled based on userAgent.
I may look into disabling autosize automatically, not sure yet what that should be based on though.
Hello,
I click on the text area in safari, the keyboard comes up. At first, it is OK! The textarea will autosize by typing. But, when textarea is bigger than screen, that will be covered with keyboard. Every word that i type can't be seen (cursor also), and the textarea still autosize in back of keyboard. What can i do to solve this problem ? The words that i type can be seen in the screen without covering with keyboard ?
BTW, my English is not very strong, sorry!
Thank you!
The text was updated successfully, but these errors were encountered: