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
16
votes
8 answers

Improving iScroll performance on a large table

I'm updating a table header and its first column positions programatically based on how the user scrolls around to keep them aligned. The issue I'm experiencing is that as soon as my data sets gets big enough, the scrolling gets more and more…
Johan
  • 35,120
  • 54
  • 178
  • 293
16
votes
5 answers

How to improve performance of JS draggable menu in WebView on Android

We have a web application shown in WebView on Android and we have performance issue on older Android tablets that we really need to deal with We are using iScroll-lite for javascript dragging We set hardware acceleration to true, set rendering…
Ragnar
  • 4,292
  • 4
  • 31
  • 41
14
votes
3 answers

Enable click events in iScroll on mobile browser

I'm using iScroll to create a web app and I'm unable to click any divs that are within the iscroll wrapper. I tried setting eventPassthrough option to be true but it causes a significant amount of scrolling problems. Anyone experienced this? Edit:…
smstromb
  • 586
  • 2
  • 7
  • 19
13
votes
2 answers

how to use iscroll javascript in phone gap?

I have tried implementing the iscroll java script for my application as a remedial process for the CSS position:fixed that does not work in android 2 and 3 versions using cordova 2.1.0 I have copied the javascript of iscroll-lite from here html…
user
  • 1,001
  • 4
  • 21
  • 45
13
votes
2 answers

How to bring focused field into the view using iscroll and Android WebView

When I focus into a form field at the bottom of iScroll view, it does not scroll up/bring the focused field above the softkeyboad. Any idea? Thank you! This is the Android…
Nizzy
  • 1,879
  • 3
  • 21
  • 33
12
votes
2 answers

How to automatically detect the need for iScroll?

The iScroll project provides the “overflow:scroll for mobile WebKit”, and was started […] because webkit for iPhone does not provide a native way to scroll content inside a fixed size (width/height) div. So basically it was impossible to have a…
Martin Thorsen Ranang
  • 2,394
  • 1
  • 28
  • 43
12
votes
2 answers

webkit-overflow-scrolling forms broken on iOS 7 full-screen web app

I'm having trouble with a full-screen (saved to home screen) iPhone web app on iOS7. Typically, when an input is selected, it has scrolled into view above the keyboard. However, this doesn't seem to happen on iOS7 for scrolling DIVs in a full-screen…
Joey Katzen
  • 123
  • 1
  • 6
12
votes
2 answers

jQuery mobile + iScroll, cannot scroll down

I'm trying to integrate jQuery Mobile with iScroll 4. I am aware that there is already a project that does this, however, I'm avoiding it due to a bug with input-elements (page jumping like crazy when typing). My current implementation looks like…
Zar
  • 6,786
  • 8
  • 54
  • 76
11
votes
1 answer

iScroll on ios doesn't work after upgrading to iScroll5

I have a cordova app for ipad that uses iScroll to scroll among pages. All worked fine until i upgraded to iScroll5. I changed my code, to use new constructor and parameters, but it still doesn't work. It simply doesn't scroll. I don't know if i'm…
user660808
  • 224
  • 1
  • 8
11
votes
2 answers

iframe prevents iScroll scrolling on mobile Safari

I am using iScroll on my mobile enable website (using iPhone here) to scroll inside a div. In this this div, I have an iframe with a fixed height like this:
Other stuff …
Timo Ernst
  • 15,243
  • 23
  • 104
  • 165
9
votes
1 answer

How can I use pull-to-refresh functionality in a PhoneGap application without iScroll?

I have a PhoneGap project set up for iPhone, Android and WP8. To refresh the content of the UIWebView I'd like to offer pull-to-refresh functionality to the user. Due to other restrictions I can't use a JavaScript-solution like iScroll. Is there a…
Timo Ernst
  • 15,243
  • 23
  • 104
  • 165
8
votes
4 answers

How to NOT-click a href while dragging in iScroll

I have the iScroll enabled on my page. Notice the images in the scroller are links (so a popup opens for the bigger image, y'know the deal). BUT one of the lovely features of iScroll is that you can drag your mouse to scroll. BUT now, when someone…
Don Munter
  • 613
  • 2
  • 10
  • 20
8
votes
2 answers

Laggy element position update on mobile scrolling

I'm trying to make a sticky header + first column table. Works fine on desktop browsers. However, when I scroll the table's x-axis on a mobile device, the position update is dragging i.e. not fast enough. I've read various SO-threads that suggest…
Johan
  • 35,120
  • 54
  • 178
  • 293
7
votes
2 answers

What's a good iScroll alternative that supports iOS, Android, WP8 and pull-to-refresh functionality?

I am looking for an alternative to iScroll for scrolling inside div's. It needs to support these OS's: iOS Android WP8 And I also need pull-to-refresh functionality. Any suggestions?
Timo Ernst
  • 15,243
  • 23
  • 104
  • 165
7
votes
7 answers

iScroll Not scrolling content, just bounces back to top

I have read a bunch of forums on this but none have solved my problem. I'm sure its something small I'm missing Here is iscroll initialization: // make PI scroll piScroll2 = new iScroll('pi_scroll2'); Here is my css: .pi_panel.large…
Mike6679
  • 5,547
  • 19
  • 63
  • 108
1
2 3
25 26