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
0
votes
3 answers

Iscroll Empty Space

I implemented iScroll successfully. But the problem is the screen scrolls even if there is no content. Any suggests to solve this problem? I am trying with that: // enter code here onScrollMove: function(e){ var cont =$('.wrapper'); …
Jabeer
  • 879
  • 1
  • 8
  • 13
0
votes
1 answer

How to make outer div with border-radius to cut off inner div

This is the demo(works only in webkit browsers) Demo I have an outer div, which have rounded corners on all four edges. I have a ul list inside it . The list is made to scroll with iscroll. The problem is the list's li items without border-radius is…
syed imty
  • 1,018
  • 1
  • 9
  • 27
0
votes
1 answer

iScroll sticks inside another iScroll

My question is near similar to Have carousel iScroll inside an existing vertical iScroll, just one exception: I need the snap scroll mode for the vertical iScroll too. But when dragging any horizontal scroller from right to left firsttime, it…
vlad
  • 112
  • 11
0
votes
2 answers

iScroll - Uncaught ReferenceError: myScroll is not defined in index and Stale touch event ACTION_DOWN received from webcore

I use iScroll in my levels page but somehow my editor complain ReferenceError in my index page (another page) which I didnt use iScroll. I search 'myScroll' in my index but there is no such word in my index. Because of the error, my iScroll that…
shoujo_sm
  • 3,173
  • 4
  • 37
  • 60
0
votes
1 answer

iScroll messing up iWebkit framework

I am developing a web app using the iWebKit framework. I am trying to have the top bar fixed. So I tried using iScroll. I followed the instructions of iScroll but somehow it is messing up the iWebkit. I am not sure what I am doing wrong. Any help or…
0
votes
2 answers

call javascript function whenever object is created

How to call any javascript function whenever object is created. well i am not sure but, is there any way to call javascript function when i create any object.? var myScroll = new iScroll("wrapper"); function objectCreated() { alert("yes…
Sunil Dodiya
  • 2,605
  • 2
  • 18
  • 21
0
votes
2 answers

Prepend a div without shifting the contents down? Using iScroll

I've got a container div with a bunch of scrollable content (for the record I'm using iScroll - if that changes the solution). When I scroll to the top I want to load content above the current scroll position. If I simply prepend the div using…
PotatoFro
  • 6,378
  • 4
  • 20
  • 22
0
votes
1 answer

iScroll stops working when I use Ajax to load the list

I have an iScroll list set up and it work's perfectly fine when hard coded. But when I use jQuery-Ajax to load in the exact same list, it sticks to the top and will not scroll down to the bottom. $('#list1').load('lists/list1-1.html'); Has anyone…
Philip Kirkbride
  • 21,381
  • 38
  • 125
  • 225
0
votes
3 answers

iScroll won't scroll horizontally until zoomed

I'm using iScroll 4 (cubiq.org/iscroll-4) in a JQTouch iPhone-application built with Phonegap/Cordova. My problem is that the horizontal scrolling, although 'hScroll: true', is not enabled until I zoom my image in and out, which makes everything…
Andreas
  • 1
  • 2
0
votes
1 answer

Using iScroll together with phonegap

I would like to my app to be vertically scrollable and wanted to use iscroll to perform it.I am not really sure how to use. It seems that the app still can't vertically scroll. code: