【问题标题】:Sencha touch Textfield hightlight behavior in Samsung Galaxy Tab三星 Galaxy Tab 中的 Sencha touch Textfield 突出显示行为
【发布时间】:2013-06-19 06:16:07
【问题描述】:

在 Sencha touch 中编辑任何文本字段/文本区域字段时,文本字段会突出显示或聚焦。这种行为导致了太多问题。当文本字段保持焦点时,加载指示器和警报出现在突出显示的文本字段后面。 此行为仅在三星 Galaxy Tab 中可见。该应用程序在 iPad 上运行良好。 请让我知道是否可以删除此突出显示效果。

【问题讨论】:

    标签: css sencha-touch sencha-touch-2 galaxy-tab


    【解决方案1】:

    解决方案 CSS:

    input[type="text"], input[type="password"]{
     -webkit-user-modify: read-write-plaintext-only;
     -webkit-user-select:text;
     -moz-user-select:-moz-text;
     -moz-user-select:text;
    }
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2011-04-14
      • 1970-01-01
      • 2016-10-13
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多