Questions tagged [iscroll]

iScroll was a javascript scroller that features high performance, small footprint, dependency free and multi-platform. The project started because webkit for iPhone does not provide a native way to scroll content inside a fixed size (width/height) div.

https://github.com/cubiq/iscroll repository has been archived by the owner. It is now read-only.


The overflow:scroll for mobile webkit. Project started because webkit for iPhone does not provide a native way to scroll content inside a fixed size (width/height) div.

Homepage: http://cubiq.org/iscroll

380 questions
6
votes
1 answer

How to make Syncing two Divs scroll positions smoother

I am trying to sync two scrollable DIVS scroll positions. Methods followed : Method - 1 : on-scroll event setting the scrollTop of other DIV. problem : scroll event executed at the end and UI is sluggish in iOS safari. Method - 2 : used…
redV
  • 684
  • 1
  • 9
  • 26
6
votes
1 answer

In Phonegap + IOS button click event fire multiple times using iScroll 4

I am using iScroll v4 in Phonegap 2.1.0 + IOS. I have a two iscroll in two different pages. First iscroll function locationload() { locationScroll = new iScroll('locationWrapper', { vScrollbar: false, hScrollbar: false, …
Palani Kumar
  • 1,137
  • 1
  • 10
  • 21
5
votes
4 answers

Multiple iScroll elements on same page

I'm making a mobile website with jQtouch and iScroll. I wan't to get multiple scrollable areas with iScroll, but only of the lists works with iScroll... I tried with this: var scroll1, scroll2; function loaded() { scroll1 = new…
Simon Thomsen
  • 1,351
  • 7
  • 27
  • 37
5
votes
4 answers

Why can't I click input?

I'm using iScroll4 plugin (http://cubiq.org/iscroll-4/) to add scrollbar to pages that are longer than 80% of height of the browser's viewport. For some reason when (and only in this case) I add it and try to click on input, it won't select. Only…
Atadj
  • 7,050
  • 19
  • 69
  • 94
5
votes
3 answers

jQuery Mobile Listview is too slow with iScroll

I am making an app with PhoneGap 1.3.0 and Jquery Mobile 1.0. To scroll a listview I want to use iScroll but scrolling performence is too bad. Scrolling is too slow. Also I made some test. If I use the code without jQuery Mobile it is fast
Erhan H.
  • 520
  • 4
  • 14
  • 24
5
votes
8 answers

input field hidden when soft keyboard appears in phonegap

Creating a mobile application using Phonegap 3.6.3 for Android and iOS. The problem is only for Android, as iOS acts as I would like it to. When I click on an input text field, or a textarea, a soft keyboard appears. It covers these elements…
Harry V
  • 73
  • 1
  • 1
  • 6
5
votes
1 answer

Can We Scroll fixed 3 List item item on one time scroll using iscroller

Please Help me to scroll fixed list item using iscroll. i am working on a project in which i want to scroll three LIST Item on one time scroll using iscroller. I allready tryed to scroll with scrollTo, ScrollToPage, ScrollToElement function of…
user2075328
  • 423
  • 2
  • 7
  • 16
5
votes
2 answers

iScroll lite find when I have reached the end of the scroll or bottom of the element

Ok I've been searching and searching for an answer, but have yet to find one in the general area I am looking for. Not being supremely familiar with iScroll (a former developer on this project added it in, and I am now taking it over). I have been…
chris
  • 36,115
  • 52
  • 143
  • 252
5
votes
2 answers

iScroll 4 not working properly

I have downloaded iScroll.js and used in one of my phonegap project i.e.