You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.
Thanks for the issue! This actually isn't a problem with the library itself, it's just an issue with the example. It has to do with the fact that I try to use variables for performance measurement that only get set if you have a supported device. So for IE8, we attemped to accesss window.Mobify, which doesn't exist because our detector function determined that IE8 isn't a supported browser. I'll fix this up asap!
I know the plugin says it only supports IE10+, but in IE8 it breaks the JS. I am getting the error:
"Message: 'window.Mobify.points' is null or not an object
Line: 99
Char: 1
Code: 0
URI: http://cdn.mobify.com/mobifyjs/examples/capturing-picturepolyfill/index.html"
The text was updated successfully, but these errors were encountered: