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

Scrollbar not intuitive on desktop browsers #16

Closed wimpie3 closed 12 years ago

wimpie3 commented 12 years ago

To scroll a page on desktop browsers, users have to use the "click and pull down" movement with their mouse. Furthermore, clicking and pulling activates the link underneath the mouse.

Perhaps a detection system should be put in place to disable mobile scrolling on a desktop pc?

triceam commented 12 years ago

iScroll now only enabled if touch is supported, otherwise uses default browser scrolling