W3cubDocs

/Web APIs

VisualViewport.onresize

Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.

The onresize event handler of the VisualViewport interface is called when a viewport is resized, i.e. when the resize event is fired.

Syntax

VisualViewport.onresize = function(e) { ... }

Examples

VisualViewport.onresize = function(e) {
  ...
}

Specifications

Browser compatibility

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari WebView Android Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet
onresize
62
61
79
91
66
No
49
48
13
62
61
62
61
68
66
46
45
13
8.0
8.0

© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/VisualViewport/onresize