ccoenraets / phonegap-workshop-solutions

Step-by-step solutions for the phonegap-workshop
21 stars 24 forks source link

iScroll doesn't work in part07iscroll #2

Open cirovladimir opened 11 years ago

cirovladimir commented 11 years ago

The following exception is shown in Chrome when creating new iScroll object (HomeView.js:22)

Uncaught TypeError: Cannot read property 'style' of null

in Firefox is shown as

TypeError: that.wrapper is null

I've created a gist with the patch: https://gist.github.com/4511650

cirovladimir commented 11 years ago

Also, in Chrome, input search box stops working properly when using iScroll. I was unable to get it working. I've tried patching iScroll according to this iScroll issue but it didn't work.