triceam / app-UI

app-UI is a collection of user interface components that may be helpful to web and mobile developers for creating interactive applications using HTML and JavaScript, especially those targeting mobile devices. app-UI is a continual work in progress - it was born out of the necessity to have rich & native-feeling interfaces in HTML/JS experiences, and it works great with PhoneGap applications (http://www.phonegap.com). app-UI can easily be styled/customized using CSS.
http://triceam.github.com/app-UI/
Other
1.27k stars 239 forks source link

using "scroll: false" on a view descriptor doesn't actually disable scrolling #21

Closed triceam closed 12 years ago

triceam commented 12 years ago

Using "scroll: false" on a view descriptor doesn't actually disable scrolling when pushing a new view into the ViewNavigator

triceam commented 12 years ago

fixed bug in ViewNavigator's resetScroll method. The view descriptor was being accessed improperly