Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Error in IE8 #120

Open
ghost opened this issue Mar 28, 2013 · 1 comment
Open

Error in IE8 #120

ghost opened this issue Mar 28, 2013 · 1 comment

Comments

@ghost
Copy link

ghost commented Mar 28, 2013

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"

@jansepar
Copy link
Contributor

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!

@jansepar jansepar closed this as completed Apr 9, 2013
@jansepar jansepar reopened this Apr 9, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant