Hi all, I finally found a fix for a bug that was plaguing me for months on the iPad1. The mysterious 'TypeError: undefined is not a function' Apparently Safari 5 doesn't have a native 'bind' method. This isn't so apparent if you're using a framework. The workaround involves using a shim: https://gist.github.com/jussi-kalliokoski/978329 -Tys