1

I am trying to detect if the user of a web application has hit command + (say if they are on a Mac) or otherwise instructed their browser to enlarge the view in their browser.

Is there a standard way to do this with JavaScript?

Dave Sag
  • 12,810
  • 10
  • 82
  • 128

1 Answers1

1

Okay having reviewed the various options it seems that by using a combination of the browser's onResize() event and Tom Bigelajzen's fork of Yonathan Randolph's 'detect zoom' script does what I need.

Dave Sag
  • 12,810
  • 10
  • 82
  • 128