提交 2005d674 编写于 作者: M Mr.doob

Examples: More flexible iOS workaround.

上级 c0537d2f
......@@ -268,8 +268,8 @@
if ( /(iPad|iPhone|iPod)/g.test( navigator.userAgent ) ) {
viewer.style.width = window.innerWidth - 310 + 'px';
viewer.style.height = window.innerHeight + 'px';
viewer.style.width = getComputedStyle( viewer ).width;
viewer.style.height = getComputedStyle( viewer ).height;
viewer.setAttribute( 'scrolling', 'no' );
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册