ios移动端部分手机不支持background-attachment: fixed 的解决办法

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ios移动端部分手机不支持background-attachment: fixed 的解决办法相关的知识,希望对你有一定的参考价值。

ios系统和某些移动端background-attachment:fixed不兼容性,没有任何效果,但可以hack一下就可以了,代码如下:

ps:想在哪个标签加背景,可以在它class后:before.

body:before {
  content: ‘ ‘;
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(path/to/image) center 0 no-repeat;
  background-size: cover;
}

内容来自:前端录»ios_iphone_移动端background-attachment:fixed兼容性[失效]

原文链接:http://www.wozhuye.com/index.php?m=content&c=index&a=show&catid=3&id=318

以上是关于ios移动端部分手机不支持background-attachment: fixed 的解决办法的主要内容,如果未能解决你的问题,请参考以下文章

PC桌面软件的末日,手机移动端App称王写在windows11支持安卓,macOS支持ios,龙芯支持x86和arm指令翻译

PC桌面软件的末日,手机移动端App称王写在windows11支持安卓,macOS支持ios,龙芯支持x86和arm指令翻译

可以用手机实现的移动端车牌识别功能

手机端也能使用的移动端车牌识别技术

支持视频流识别的移动端(AndroidiOS)车牌识别

移动端车牌识别sdk,Androidios都适用