- ios17.1.1 perspective失效问题?
ios系统版本更新到ios17.1.1之后,发现perspective存在问题,有人有遇到相同问题吗,mdn文档的示例在ios17.1.1种显示异常 其他手机版本正常显示 [图片] ios17.1.1异常 [图片] 代码示例如下 <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <style> .pers250 { perspective: 250px; -webkit-perspective: 250px } .pers350 { perspective: 350px; -webkit-perspective: 350px } .pers500 { perspective: 500px; -webkit-perspective: 500px } .pers650 { perspective: 650px; -webkit-perspective: 650px } /* Define the container div, the cube div, and a generic face */ .container { width: 200px; height: 200px; margin: 75px 0 0 75px; border: none; } .cube { width: 100%; height: 100%; backface-visibility: visible; -webkit-backface-visibility: visible; perspective-origin: 150% 150%; -webkit-perspective-origin: 150% 150%; transform-style: preserve-3d; -webkit-transform-style: preserve-3d; } .face { display: block; position: absolute; width: 100px; height: 100px; border: none; line-height: 100px; font-family: sans-serif; font-size: 60px; color: white; text-align: center; } /* Define each face based on direction */ .front { background: rgba(0, 0, 0, 0.3); transform: translateZ(50px); -webkit-transform: translateZ(50px); } .back { background: rgba(0, 255, 0, 1); color: black; transform: rotateY(180deg) translateZ(50px); -webkit-transform: rotateY(180deg) translateZ(50px); } .right { background: rgba(196, 0, 0, 0.7); transform: rotateY(90deg) translateZ(50px); -webkit-transform: rotateY(90deg) translateZ(50px); } .left { background: rgba(0, 0, 196, 0.7); transform: rotateY(-90deg) translateZ(50px); -webkit-transform: rotateY(-90deg) translateZ(50px); } .top { background: rgba(196, 196, 0, 0.7); transform: rotateX(90deg) translateZ(50px); -webkit-transform: rotateX(90deg) translateZ(50px); } .bottom { background: rgba(196, 0, 196, 0.7); transform: rotateX(-90deg) translateZ(50px); -webkit-transform: rotateX(-90deg) translateZ(50px); } /* Make the table a little nicer */ th, p, td { background-color: #eeeeee; padding: 10px; font-family: sans-serif; text-align: left; } </style> </head> <body> <table> <tbody> <tr> <th><code>perspective: 250px;</code></th> <th><code>perspective: 350px;</code></th> </tr> <tr> <td> <div class="container"> <div class="cube pers250"> <div class="face front">1</div> <div class="face back">2</div> <div class="face right">3</div> <div class="face left">4</div> <div class="face top">5</div> <div class="face bottom">6</div> </div> </div> </td> <td> <div class="container"> <div class="cube pers350"> <div class="face front">1</div> <div class="face back">2</div> <div class="face right">3</div> <div class="face left">4</div> <div class="face top">5</div> <div class="face bottom">6</div> </div> </div> </td> </tr> <tr> <th><code>perspective: 500px;</code></th> <th><code>perspective: 650px;</code></th> </tr> <tr> <td> <div class="container"> <div class="cube pers500"> <div class="face front">1</div> <div class="face back">2</div> <div class="face right">3</div> <div class="face left">4</div> <div class="face top">5</div> <div class="face bottom">6</div> </div> </div> </td> <td> <div class="container"> <div class="cube pers650"> <div class="face front">1</div> <div class="face back">2</div> <div class="face right">3</div> <div class="face left">4</div> <div class="face top">5</div> <div class="face bottom">6</div> </div> </div> </td> </tr> </tbody> </table> </body> </html> 参考: https://developer.mozilla.org/zh-CN/docs/Web/CSS/perspective
2023-12-01 - 视频号中打开小程序,不支持再跳转到另一个小程序了?
在视频号中打开小程序,想要再跳转到另一个小程序(用到的api是wx.navigateToMiniProgram),提示“暂不支持当前功能”;如果不从视频号打开,直接扫码打开小程序则正常;请问是什么原因?
2022-11-04 - 企业微信的小程序应用不能使用头像昵称填写能力相关api?
根据公告https://developers.weixin.qq.com/community/develop/doc/00022c683e8a80b29bed2142b56c01?source=indexnew,对小程序的头像昵称获取逻辑进行了调整,发布后微信端的小程序可以正常使用,但是企业微信的小程序应用不能正常使用(企业微信已升级到最新版),请问是什么原因?
2022-11-02 - 企业微信的小程序不能使用最新的头像昵称填写能力api?
根据公告https://developers.weixin.qq.com/community/develop/doc/00022c683e8a80b29bed2142b56c01?source=indexnew调整了获取头像昵称的逻辑,微信端的小程序可以正常运行,但是发现企业微信的小程序不能正常使用,是什么原因呢?
2022-11-02 - 7.0.12版本,上滑关闭微信网页之后,陀螺仪事件不能正常使用?
7.0.12版本更新后,调用DeviceMotionEvent.requestPermission()方法来弹起授权窗口,经用户授权后,才可正常使用陀螺仪事件;上滑关闭微信网页之后,重新进入页面,该方法会报错,并导致不能正常使用陀螺仪事件。请问这是什么原因导致的。
2020-04-10 - 小游戏用wx.navigateToMiniProgram报错
- 当前 Bug 的表现(可附上截图) - 预期表现 - 复现路径 - 提供一个最简复现 Demo 小游戏用wx.navigateToMiniProgram跳转另一个小游戏报错了,提示navigateToMiniProgram:fail require user interaction ,已在game.json配置了appId [图片]
2019-04-16 - 安卓手机获取formId错误
体验版本下,都是安卓手机,不论是线上接口还是本地接口, 获取formId有的是13位时间戳,有的是32位字符串,请问这是什么原因?不是只有ios才有32位字符串吗?
2019-02-20