Closed noahgrant closed 9 years ago
Will this issue be fixed or can you tell me how to fix it temporary, because I want to use BigScreen at a page, that needs to be compatible to IE8 in sense of graceful degradation. It would be enough if BigScreen.enabled simply returns false in this case, so that my fallback routine is executed.
Sorry for the delay! I will try to have the fix done and released this week.
Hello,
I'll hack around it, but I wanted to let you know that I can't just test BigScreen.enabled in IE8 because there is an unchecked use of "addEventListener" in the code that is throwing an error. Therefore BigScreen doesn't exist, and a fatal error occurs when looking for a property on the undefined object.
Thanks!
Noah