Bug 1700865 Comment 0 Edit History

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

The app units to dev pixel ratio (from the combination of the user determined full zoom and the value we get from the hardware/os) determines the maximum amount of pinch zoom we are allowed.

Ex if app units to dev pixel ratio is 60 then max pinch zoom is 10x. If app units to dev pixel ratio is 30 then max pinch zoom is 5x. The combination of full zoom and pinch zoom is compared against the max of 10x.
The app units to dev pixel ratio (from the combination of the user determined full zoom and the value we get from the hardware/os) determines the maximum amount of pinch zoom we are allowed.

Ex if app units to dev pixel ratio is 60 then max pinch zoom is 10x. If app units to dev pixel ratio is 30 then max pinch zoom is 5x. The combination of full zoom and pinch zoom is compared against the max of 10x.

This seems a little weird.

Back to Bug 1700865 Comment 0