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

Setting scroll position using Iscroll script

I have a cool function set up like this with iscroll, var iscroll = {.... main: {... init: function() {... page_iscroll = new iScroll(...) {} the question is how do i setup an initial y scroll position for the iscroll object, when it's…
kangoroo
  • 359
  • 2
  • 10
4
votes
2 answers

angular directive to watch iScroll

I'm trying to watch for when a user scrolls in an IScroll (v5). I'm still quite new to angular, and just learning about writing directives. From other examples, I'm trying. My directive is app.directive('watchScrolling', function(){ return…
pedalpete
  • 21,076
  • 45
  • 128
  • 239
3
votes
1 answer

onDeviceReady() doesnt get called when page is reloaded?

I am using PhoneGap (Cordova-1.5.0.js) and I am running into this issue:- I have a status page which shows multiple records(after firing an ajax call). When I click on any one record, it goes to the details page where it fires an ajax call to get…
3
votes
1 answer

iscroll issue when orientation change

I have an issue with iScroll when I change the orienatation from portrait to landscape. It is working on AppMobi XDK, but on iPhone, it is not rendering properly. I have tried to trap the orientationchange event and called the refresh method of…
3
votes
0 answers

how to make iScroll or iscrollview and Waypoints work together

Is there anyway i can make jquerymobile-iscrollview and waypoints work together. I am using iscrollview for smooth native scrolling on latest mobile devices & using waypoints for infinite scrolling. Currently, with both included, waypoints do not…
DevD
  • 1,201
  • 2
  • 12
  • 20
3
votes
3 answers

iScroll: Hide scrollbar when indicator is hidden

I have a horizontal iScroll instance that has an interactive scrollbar. myScroll = new IScroll('#wrapper', { scrollX: true, scrollY: false, mouseWheel: false, scrollbars: 'custom', …
Burning Crystals
  • 1,157
  • 3
  • 19
  • 35
3
votes
2 answers

Hashchange history breaks iScroll

I have created the following application using iScroll: http://preview.na-software.co.uk/Demo/FutureLearning4/#/section-0 As the user flicks left and right or clicks the arrows in the bottom corners, the application moves the content sections it…
Cameron
  • 27,963
  • 100
  • 281
  • 483
3
votes
3 answers

how to get event scroll to bottom using iscroll library?

Need to get an event when user scroll to bottom using iscroll library ? I need a alert when user scroll to top and bottom. How can i do this ? Here is my fiddle http://jsfiddle.net/cQ75J/13/ Here is my code : var myScroll; function loaded() { …
user944513
3
votes
3 answers

Can't click on links with Iscroll 5

i'm using Iscroll 5, i can scroll with this code, i have no problem. The only problem is with my iphone i can't click on the link, and i don't know why...