-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use addEventListener when possible. #337
Comments
Bump on this. Please consider merging the #336. |
I would very much like to see this PR merged |
This should definitely get merged. The W3C spec says this:
And the Mozilla docs on MediaQueryList says this about
I just verified that all the existing tests already pass using this code since it checks for |
matcher. addListener
is deprecated, and my testing shows that it does not work on the iPad version of Chrome. There are probably other browsers where ember-responsive is also broken for the same reason.I've submitted a PR to fix this issue: #336.
The text was updated successfully, but these errors were encountered: