移动端兼容问题

Posted websmile

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了移动端兼容问题相关的知识,希望对你有一定的参考价值。

1.华为手机自带浏览器   不支持   text-decoration: underline;

解决方案:

var  ua = navigator.userAgent.toLowerCase();
if(ua.match(/huawei/ == ‘huawei‘)){
    $(‘.info-link a‘).css(‘border-bottom‘,‘1px solid‘);
}

 

 

 

 

 

作者:smile.轉角

QQ:493177502

以上是关于移动端兼容问题的主要内容,如果未能解决你的问题,请参考以下文章