Cannot paste Wechat H5 on Android?

problem description

after copying the content, the input in Wechat H5 on Android cannot be pasted, but ios can

the environmental background of the problems and what methods you have tried

related codes

/ / Please paste the code text below (do not replace the code with pictures)
< textarea class= "inputTitle" rows= "1" type= "text" id= "title" placeholder= "Please enter the title < / textarea >

what result do you expect? What is the error message actually seen?

Jan.11,2022

try adding two sentences of css

 *{   
    -webkit-touch-callout:none;  /**/   
    -webkit-user-select:none; /*webkit*/   
    -khtml-user-select:none; /**/   
    -moz-user-select:none;/**/   
    -ms-user-select:none; /*IE10*/   
    user-select:none;   
  }  

 .inputTitle {
      -webkit-user-select: auto; //,  
  }

< textarea class= "inputTitle" rows= "1" type= "text" id= "title" placeholder= "Please enter the title" onfocus= "setText ()" >
< / textarea >

js:function setText () {document.querySelector ('- sharptitle'). Value =''};

I also encounter the same problem. When textarea is in focus, it does not enter anything, and Android phones do not paste. The current way to deal with it is to set value to''(a space) during focus; so long press will paste it; it is not the best, but the test is effective; the answer is the same as that of other bosses;


https://developers.weixin.qq.
official website has come out, Wechat client problems

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-7b42c2-16271.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-7b42c2-16271.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?