Bug 1738696 Comment 24 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

(In reply to makeworld from comment #23)
> My understanding from reading this issue is that setting `minimum-scale=1` and `maximum-scale=1` alone will fix this bug in Firefox 97 and later. Is that correct?

Yes, and also in Firefox 96 in the beta uplift request in comment 22 is approved (Firefox 96 is currently in beta).

> What about `user-scalable=no`? Does setting that alone work?
> 
> From what I've read, setting `touch-action: manipulation` (or `none`) will work in the future, but doesn't currently.

These remain to be implemented. We ended up using this bug to track the regression in the behaviour of `minimum-scale` and `maximum-scale`, but we do still want to fix `user-scalable` and `touch-action` as discussed in comment 4. I'll file a follow-up for that.
(In reply to makeworld from comment #23)
> My understanding from reading this issue is that setting `minimum-scale=1` and `maximum-scale=1` alone will fix this bug in Firefox 97 and later. Is that correct?

Yes, and also in Firefox 96 if the beta uplift request in comment 22 is approved (Firefox 96 is currently in beta).

> What about `user-scalable=no`? Does setting that alone work?
> 
> From what I've read, setting `touch-action: manipulation` (or `none`) will work in the future, but doesn't currently.

These remain to be implemented. We ended up using this bug to track the regression in the behaviour of `minimum-scale` and `maximum-scale`, but we do still want to fix `user-scalable` and `touch-action` as discussed in comment 4. I'll file a follow-up for that.

Back to Bug 1738696 Comment 24