javascript - How to hide textarea that have focus on Android? -


I use textarea as a clipboard, and I try to work it on Android. To create the Textarea function, I needed to set the width and height of 10px. There are some hiding options, but if I try to use any of them (like opacity 0 or clip) the text does not work at all, then I'll try putting a black mask on it and background and color black But when Texta has taken note of Android, it always looks and it is always white with black text.

Nobody knows how can I textarea and still work on Android?

It seems that jquery mobile work accessible accessible:

  Textarea {status: complete; Left: -9999px; Clips: Rect (1px, 1px, 1px, 1px); }  

Need to set the width and height, it can not be 0:

  width: 10px; Height: 10px;  

Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

How to access user directory in lazarus? -

java - Gradle dependencies: compile project by relative path -