iscroll Questions
8
Solved
Creating a mobile application using Phonegap 3.6.3 for Android and iOS. The problem is only for Android, as iOS acts as I would like it to.
When I click on an input text field, or a textarea, a so...
3
Solved
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 ...
Unthoughtof asked 21/7, 2013 at 0:37
1
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 w...
Taunton asked 28/5, 2015 at 14:50
8
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 get...
Willable asked 19/4, 2017 at 19:40
2
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...
Ed asked 30/1, 2017 at 8:34
2
Solved
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 w...
Techno asked 31/10, 2012 at 0:16
2
Solved
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/hei...
Distressed asked 7/1, 2016 at 10:38
4
Solved
I'm using iScroll4 plugin (http://cubiq.org/iscroll-4/) to add scrollbar to pages that are longer than 80% of height of the browser's viewport. For some reason when (and only in this case) I add it...
Americium asked 9/2, 2012 at 11:38
1
I'm using apache cordova 2.2
jquery 1.7.2
jquery mobile 1.4.3
iscroll 5 (Matteo Spinelli ~ http://cubiq.org/)
I have the following index.html:
<div data-role="page" id="id1">
<div ...
Eudemonism asked 21/9, 2014 at 17:44
1
Solved
I am trying to sync two scrollable DIVS scroll positions.
Methods followed :
Method - 1 : on-scroll event setting the scrollTop of other DIV.
problem : scroll event executed at the end and UI is...
Mariselamarish asked 25/8, 2014 at 0:38
4
Solved
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 c...
1
I am using iScroll v4 in Phonegap 2.1.0 + IOS. I have a two iscroll in two different pages.
First iscroll
function locationload() {
locationScroll = new iScroll('locationWrapper', {
vScrollbar...
2
Solved
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:
<body>
<div id="iscroller"&g...
2
Solved
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...
Denyse asked 22/9, 2013 at 23:1
2
Ok I've been searching and searching for an answer, but have yet to find one in the general area I am looking for. Not being supremely familiar with iScroll (a former developer on this project adde...
Chaos asked 12/12, 2012 at 11:7
7
Solved
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_scrol...
Globetrotter asked 13/6, 2012 at 0:14
2
Solved
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 copi...
Rote asked 7/6, 2013 at 9:4
2
Solved
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 project.
https://dl.d...
Pettifog asked 2/6, 2013 at 1:26
5
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...
Geesey asked 29/12, 2012 at 17:46
3
Solved
I am making an app with PhoneGap 1.3.0 and Jquery Mobile 1.0. To scroll a listview I want to use iScroll but scrolling performence is too bad. Scrolling is too slow.
Also I made some test.
If I u...
Polypody asked 25/1, 2012 at 16:30
1
Solved
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'...
Gram asked 8/1, 2013 at 14:34
2
Solved
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?
Catenane asked 9/1, 2013 at 11:17
1
© 2022 - 2024 — McMap. All rights reserved.