detect-zoom icon indicating copy to clipboard operation
detect-zoom copied to clipboard

Should I measure non-reflow zoom in Safari?

Open yonran opened this issue 12 years ago • 1 comments

Safari 5.1 has three notions of zooming

  1. Discrete full-page zoom (Cmd++)
  2. Discrete text-only zoom (Cmd++) with the setting “Zoom Text Only” enabled
  3. Continuous pinch zoom using trackpad. This is like the iPhone: it does not cause layout to happen again.

Currently, I only measure the first kind of zoom. Would it be useful to try to measure the text-only zoom or the non-reflow zoom?

yonran avatar Jun 19 '12 17:06 yonran

+1 it would be great to have a detection for the pinch zoom.

squiddle avatar Feb 28 '13 12:02 squiddle