| Issue 11: | JavaScript error when loading page in IE | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Simply by including iScroll.js in a page that is loaded in IE causes a JavaScript error. Fortunately, it is simple to fix.
The error occurs on the variable definition for has3d, near the bottom.
Change the line to:
var has3d = (typeof(WebKitCSSMatrix) === "object") && ('m11' in new WebKitCSSMatrix()),
Fixing this small error is important in order to create web pages that can load in any web browser, including both mobile devices and desktop browsers.
Jul 5, 2010
(No comment was entered for this change.)
Status:
Fixed
|
Owner: matt3o
Labels: -Priority-Medium Priority-Low