css适配ios Android

Posted 胖娘子_bug

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css适配ios Android相关的知识,希望对你有一定的参考价值。

input{
  -webkit-tap-highlight-color:transparent;/**ios下面input选中会出现短暂的阴影**/
  outline: none;/**清楚input在android机上面点击会出现的高亮**/
  border: none;
}

  

以上是关于css适配ios Android的主要内容,如果未能解决你的问题,请参考以下文章

片段中ListView的android自定义适配器

片段中gridview的Android文本和图像适配器

将值从回收器适配器传递到android中的片段

如何使用 Android 片段?

html+css写了一个手机页面能同时适配iOS与Android的手机吗

Android - 片段中的适配器问题