jquery .resize() 不适用于小宽度
我正在尝试制作一个根据浏览器宽度具有不同状态的菜单。 对于此功能,我使用 $(window).resize() 来监听调整大小事件。 它在 chrome 上工作正常,但在 firefox 上,如果宽度小于 320px,则不会触发该事件。
知道为什么会发生这种情况吗?
I'm trying to make a menu that has different states depending of the width of the browsers.
For this feature I'm using $(window).resize() to listen the resize event.
It works ok on chrome, but on firefox the event is not triggered if the width is less than 320px.
Any ideea why is that happening?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来这是一个已知错误,与导航的大小有关栏(带有后退按钮等)。
另请注意,如果在调整大小时更改高度,即使宽度小于 ~300px,事件仍会触发,但报告的宽度保持不变。
Looks like this is a known bug which has to do with the size of the navigation bar (with the back button etc.).
Note also that if you change the height when resizing, an event will still fire even if the width is smaller than ~300px, but the reported width remains the same.