android input出现一个多余文本窗口 解决办法
生活随笔
收集整理的這篇文章主要介紹了
android input出现一个多余文本窗口 解决办法
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
input,textarea{
-webkit-appearance:?none;?-webkit-tap-highlight-color:?rgba(0,0,0,0);
-webkit-user-modify:?read-write-plaintext-only;?
}
-webkit-user-modify影響密碼框??密碼框顯示明文?所以單獨使用
轉載于:https://www.cnblogs.com/vbluebirdv/archive/2013/03/26/2982568.html
總結
以上是生活随笔為你收集整理的android input出现一个多余文本窗口 解决办法的全部內容,希望文章能夠幫你解決所遇到的問題。