简体   繁体   English

如何使用phonegap + jquery从文本字段中删除棕色轮廓

[英]how to remove brown outline from text field using phonegap +jquery

I am using phonegap .Actually I saw brown outline from text field.I am working on OS 4.0.0 . 我正在使用phonegap。实际上我从文本字段中看到了棕色轮廓。我正在OS 4.0.0上工作。 So I use css to remove that . 所以我用css删除它。

    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);   
    -webkit-user-modify: read-write-plaintext-only;

But After using this every thing is working fine But Problem is that when keyboard is open on clicking the Tab key it print (-) underscore. 但是使用此功能后,一切正常。但是问题是,当单击Tab键打开键盘时,它会打印 (-)下划线。 Can you please tell me how to remove this .? 您能告诉我如何删除此文件吗?

is there any way to handle tab event ? 有什么办法可以处理Tab事件?

But If I remove this CSS tab click goes to next field .Why it not going to next field 但是,如果我删除此CSS选项卡,请单击下一个字段。为什么不下一个字段

使用CSS作为文本字段:

outline:0px;

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM