touchbox
touchbox copied to clipboard
移动端单页视图库,适用于制作移动Web
Results
2
touchbox issues
Sort by
recently updated
recently updated
newest added
``` resize: function(w, h) { ``` # *\* // w = w || window.innerWidth; ``` //h = h || window.innerHeight;** ``` 修改后的代码 我写没兼容 但是问题解决了 ## w = document.documentElement.clientWidth; ``` h...
怎么设置 touchbox 只能向上推, 不要往下拉!