In recent Firefox releases we have implemented additional improvements to viewport-related behaviour:
- In Firefox 68, we shipped the Visual Viewport API (on Android).
- In Firefox 72, we fixed a remaining viewport sizing inconsistency related to the handling of the "intrinsic minimum" (described at the bottom of this post).
- In Firefox 73 (currently in beta), we have changed
innerWidth/innerHeight to reflect the dimensions of the fixed viewport.
With these changes, I believe we are now in alignment with Chrome on all viewport-related behaviours described in this explainer doc. Please let me know if I overlooked anything!
In recent Firefox releases we have implemented additional improvements to viewport-related behaviour:
innerWidth/innerHeightto reflect the dimensions of the fixed viewport.With these changes, I believe we are now in alignment with Chrome on all viewport-related behaviours described in this explainer doc. Please let me know if I overlooked anything!