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
1 answer

How to get current iscroll item's id?

I want to get current iscroll item's id when an item comes in the viewport. Ex: if element "G" come in the view, how can i get it's id. Here is my html code:
0
votes
2 answers

How to create infinite iscroll?

I created iScroll on my webpage and it was working very well. But now i want to make it work as infinite iscroll, but i don't know how to do that. my iscroll code is: myCarousel_up = new iScroll('scroller_upCarousel', { snap: true, …
Zana
  • 19
  • 1
  • 7
0
votes
1 answer

using both useTransform:false and zoom:true in iscroll4, zooming is not working

this is my code, var myScroll; function scroll() { myScroll = new iScroll('wrapper', { checkDOMChanges:…
mmathan
  • 273
  • 1
  • 5
  • 13
0
votes
2 answers

javascript top of page using add/remove hidden class in iScroll

I am using iScroll and have 3 pages, which I load by adding/removing .hidden class. When I scroll the content on the first page and then change view, I get the next view loaded scrolled and missing the content. How can I make it scroll to the top of…
Chris Merron
  • 99
  • 1
  • 11
0
votes
1 answer

Iscroll Different Starting Locations Depending on previous Page

Basically what I'm trying to do is, I have an Iscroll with say 10-20 Images in a general proejct page, and each links to a Detailed Page of that Project. In the Project page, it uses Iscroll again to do the same where I can scroll through the…
0
votes
1 answer

iScroll prevents my div from showing (when implementing div slider)

I'm trying to implement a div slider into a standard iScroll HTML page, please see the below links: With iScroll (slide not working properly): http://utvecklingspunkten.se/iscroll.html Without iScroll (slide working):…
Jonathan
  • 2,953
  • 3
  • 26
  • 37
0
votes
2 answers

Kindle Fire compatibility issue with iScroll

I use iScroll on a website, and everything is fine with all web browser. But when i tried to access it with a Kindle Fire device, i can't scroll on my page. When i use Android native browser or Firefox/Chrome Mobile, it's working. I use iScroll the…
JuSchz
  • 1,200
  • 2
  • 15
  • 30
0
votes
1 answer

iScroll not scrolling on iPhone

I'm developing a phonegap app and trying to use iScroll 4 for scrolling on my pages. It works fine on web, but when I test on device/simulator the scroll doesn't work smoothly. When I touch the device screen it already click on my li element, and if…
Rodrigo Parra
  • 243
  • 1
  • 3
  • 16
0
votes
2 answers

iScroll not scrolling down on iPad when ul li is used with float:left;

I have some ul li elements floated left in the content that I want to scroll, but it keeps moving back to the top. I cannot scroll past 'the fold' of the screen. Can someone have a look at the code at http://ipad.veezo.co.uk and give me some…
David Ingledow
  • 2,025
  • 4
  • 20
  • 36
0
votes
2 answers

how to load iscroll for dynamic div in android phonegap

I have created application in android phonegap.In my application I have appended list in div dynamicallyloaded . how to add scrollbar for dynamic div using iscroll. I want to add scrollbar for dynamic div using iscroll.how to do this My code…
nathi
  • 33
  • 1
  • 3
  • 9
-1
votes
1 answer

Applying iScroll on ColorBox Popup

I am a new developer in PHP. I am trying to apply iScroll on colorbox popup but the scroll is not showing on popup. When I press F12 the scroll shows on popup automatically. I don't know why?
-1
votes
1 answer

iScroll on Android: Google maps markers click not working

I'm creating an Android app with Cordova. I'm currently using iScroll for smooth scrolling and have set the following iScroll options click = true and tap = true. All the clicks/taps work fine with the exception of all click events on the map, map…
Daniela
  • 861
  • 5
  • 11
  • 28
-1
votes
2 answers

how do i prevent function from getting associated with click event each time page redisplays?

i'm using the following jquery 1.11.1 jquery.mobile 1.4.3 cordova 2.9.0 iscroll 5 here's my html:
some radio buttons
user1126515
  • 1,133
  • 3
  • 17
  • 34
-1
votes
2 answers

Refrence error for iscrollview and iscroll js

Hi i am a newbie in javascript and jquery i am building a phonegap application . In my application i am trying to implement the pull to refresh feature using the iscroll and iscrollview as demoed in the site…
Kartik
  • 51
  • 1
  • 5
-1
votes
3 answers

jQuery mobile and iscroll refresh

I have a small problem with iscroll. I'm building a small app for iphone with phonegap and jquery mobile, with external data taken from json, use iscroll and data-iscroll = "", when I load the contents of the list view, iscroll works great, but if I…
Bambo
  • 1
  • 1
  • 1
  • 4
1 2 3
25
26