Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
$('#pageViewContainer').css({"transform": "scale(" + (tool.scalefactor) + ")",'-webkit-perspective': 1000,'-webkit-backface-visibility': 'hidden'});
我正在使用上面的代码在 ipad 中应用 transform 属性,但是这样做时我的应用程序在 ipad 中崩溃,它在桌面上工作正常是他们执行这些操作的任何其他方式
试试这个
-webkit-backface-visibility:hidden; -moz-backface-visibility:hidden; -ms-backface-visibility:hidden; -o-backface-visibility:hidden; backface-visibility:hidden;