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
-1
votes
2 answers

Webapp using iscroll and jqmobi flickering in iOS6

My web app uses two javascript frameworks: iscrol and jqmobi. But when the app loads a large piece of content into the html page, the screen flickers in iOS6. I'm confused that what causes this problem and if it is related with the above two js…
Shadow
  • 89
  • 4
-1
votes
1 answer

how iscroll scrolls ? I can't figure out how it swipes up or swipes down

My iscroll object will not swipe down to the bottom but have some distance to the bottom when i tries to swipe down in my android phone. The HTML template like this: /*The HTML template code like this:*/
Aflext
  • 309
  • 4
  • 15
-2
votes
1 answer

Jquery Mobile Iscroll Header hiding when focus in text field in IOS?

Jquery Mobile Iscroll Header hiding when focus on text field form in IOS app . How to make fixed header while focus to text field when keyboard appears.
Vigneshwaran
  • 49
  • 2
  • 9
-2
votes
2 answers

execute code on scrolling down an element

I am using http://cubiq.org/dropbox/iscroll4/examples/simple/ in web page I'm developing and would like to exceute code as the user scrolls/drags down, for example the text within a specific row should fade in as the user scrolls down. I though I…
user1937021
  • 10,151
  • 22
  • 81
  • 143
-5
votes
4 answers

Javascript/jQuery array of objects?

Is it possible to create an array of objects? I'm wondering this because I'm developing an iPad website that has a bunch of fields that will need to be scrollable on the iPad. Of course iPad/Safari had to go and make things difficult and not use…
user1470118
  • 412
  • 2
  • 9
  • 24
1 2 3
25
26