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.
我目前正在制作一个网站,其中包含来自 swiffy 转换的 html5 动画。一切都很好,除非在触摸设备上,它似乎阻止了在其边界内发生的任何触摸事件。因此,当用户放大动画时,他们无法再次缩小,因为无法识别他们的捏合手势。有谁知道解决这个问题?
尝试通过 CSS 为快速输出(呈现为“div”)分配一些高度和宽度。对我有用吗:
div { height:100%; width:10%; }
在我的情况下,快速输出的大小根本没有受到影响,但是我能够再次滚动和滑动。