CSS 溢出:移动浏览器自动
我正在为移动浏览器开发一个网站,但我不确定 css Overflow:auto 是否适用于大多数浏览器。
我找不到太多有关兼容性的信息。
如果有人能指出它是否适用于某些移动浏览器,我们将不胜感激。
I am developing a site for mobile browsers, but I am not sure if css overflow:auto works on most of them.
I couldn't find much information on the compatibility.
Much appreciated if someone could point out whether it works on some mobile browsers or not.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
overflow:auto 应该可以工作
,因为它是 W3C 标准,并且大多数移动浏览器都支持,但由于缺乏资源,我无法在各种移动设备上测试它:P
overflow:auto should work
, because its W3C standard and supported by most of the mobile browsersBut I can't test it in various mobile devices due to lack of resources :P