I would like to remove my .textareafooter
class when i tap the textarea
field in iOS via JS/JQuery.
Explanation:
My .textareafooter is a white DIV right below my container with the textarea
which has a bottom-boder-radius
nested in a DIV with a black background.
If the keyboard pops in then i’ve got ontop of the keyboard the said footer which looks horrible.
I photoshopped this picture below just quickly to kinda illustrate my problem.
Thank you in advance
2
Answers
try arranging CSS
or JavaScript
You have to first check if the device is an Iphone. You do that by using the Navigator Api. And then remove the class from the textArea.