WickyNilliams / enquire.js

Awesome Media Queries in JavaScript
http://wicky.nillia.ms/enquire.js/
MIT License
3.63k stars 269 forks source link

Fallback to native MS prefixed matchMedia #141

Closed e1himself closed 7 years ago

e1himself commented 8 years ago

Fallback to native MS- prefixed implementation of matchMedia() if possible.

Otherwise it doesn't work well with Modernizr: Modernizr.matchmedia checks if prefixed version exists and thus returns true, while window.matchMedia is not there.

Also see https://github.com/Modernizr/Modernizr/commit/b9cc2d40725f9aac01412c74be6f83ec415a2734

WickyNilliams commented 7 years ago

This library expects that matchMedia has been patched/polyfilled in unsupported environments, and so the issue is not here