TouchScroll icon indicating copy to clipboard operation
TouchScroll copied to clipboard

TouchScroll is a JavaScript- and CSS 3-based scroller for devices using Webkit Mobile. It is meant to mimic “native” scrolling feeling and behavior as much as possible.

Results 26 TouchScroll issues
Sort by recently updated
recently updated
newest added

There's a page with a list. When you click on the list item the content for the item is loaded via ajax. In ajax callback .scrollTo() method is used to...

I've the page that uses touchscroll.js and in old Androids after focusing input on the page the keyboard does not appear. The fix that helped me was to check if...

On the iPhone: 1. Scroll on a page 2. Hit an element that has onClick() function => Nothing happens 3. Hit it again => Works The function: _preventNextClick() is the...

Accepted
Bug

If a page using TouchScroll is loaded inside an iframe and the page has inputs, the input's key entry is unresponsive when a user moves the cursor in the input...

I am using horizontal scrolling for an image. After using touch scroll, horizontal scrolling is working successfully. But default vertical scroll behaviour of jquery mobile is not working Can you...

Results in content truncated. Truncated region can sometimes be accessed by flicking down from the top. But when a touch is registered on truncated regions, it will snap back to...

I have two scrollers side-by-side, one with a fixed width, while the other can scroll horizontally. I've managed to modify the code to allow for linking the two during scrolling,...

The optional DOM scroll event is only fired, as long as the user touches the device or the mouse button is being pressed. But if the user "swipes", the content...

the iphone has a next and previous button to move between form elements. If the next element is out of view, and you press the next button the element will...

Accepted
Feature

Hello, I am a newbie in the development of webapps with Jqtscroll. I was just wondering if I can set the position of the scrollbar starting from the maximum width...