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.
我为 HTML5 画布编写了一个游戏,但不幸的是,它在 iPad 3 上的性能不太理想。我不确定这个问题是否是由 iPad 的视网膜显示引起的,但怀疑可能是。有没有办法阻止 iPad 在画布上绘制 @2x?
谢谢你的帮助。
<meta name="viewport" content="width=device-width, maximum-scale=0.5,initial-scale=0.5">
比例为 0.5,因为在视网膜显示器上 window.devicePixelRatio = 2 (比例 = 1.0/2)