这是 实验性技术
检查 浏览器兼容性表格 要小心谨慎在生产中使用这之前。

resize event of the VisualViewport interface is fired when the visual viewport is resized.

冒泡 No
可取消 No
接口 事件
事件处理程序特性 onresize

范例

可以使用 resize event in an addEventListener 方法:

visualViewport.addEventListener('resize', function() {
  ...
});
					

或使用 onresize 事件处理程序特性:

visualViewport.onresize = function() {
  ...
};
					

规范

规范 状态 注释
Visual Viewport API
The definition of 'VisualViewport events' in that specification.
草案 初始定义

浏览器兼容性

The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request. 更新 GitHub 上的兼容性数据
桌面 移动
Chrome Edge Firefox Internet Explorer Opera Safari Android webview Chrome for Android Firefox for Android Opera for Android Safari on iOS Samsung Internet
resize event Chrome 62
62
部分支持 61
Edge 79 Firefox 66 IE No Opera 49
49
部分支持 48
Safari 13 WebView Android 62
62
部分支持 61
Chrome Android 62
62
部分支持 61
Firefox Android 68
68
Disabled ). To change preferences in Firefox, visit
Opera Android 46
46
部分支持 45
Safari iOS 13 Samsung Internet Android 8.0
8.0
部分支持 8.0

图例

完整支持

完整支持

不支持

不支持

实验。期望将来行为有所改变。

实验。期望将来行为有所改变。

用户必须明确启用此特征。

用户必须明确启用此特征。

另请参阅

元数据

  • 最后修改: