JQuery Mobile widget plug-in for easy use of the iScroll scroller in JQuery Mobile projects. iScroll is a javascript that can scroll content in a window within a web browser with very similar behaviour to native scrolling on mobile devices such as iPhone and Android. This means you can scroll a window within the browser using native-like scrollbars and physics. jquery.mobile.
Questions tagged [iscrollview]
32 questions
4
votes
7 answers
fixed header scrolls/drags in jquery mobile
I am working on mobile web app using jquery mobile and phonegap. I developed a hello world app. It has header, footer and contents area. Header and footer are fixed using data-position="fixed" attribute. But the problem with header and footer is,…

Om3ga
- 30,465
- 43
- 141
- 221
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
0 answers
iscrollview not resizing correctly for wrapper containing textarea
I am using iscrollview [v1.3.7 (iscroll 4.2)] on a JQM 1.2 webapp (testing on android 5). The scrolling works fine initially but when the textarea is resized I am not able to scroll to the top of the page, to the bottom i can. After trying multiple…

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
extra input box phonegap jquerymobile
I'm using scroller form iscrollview. It's truly appreciated.
I am using a JQM 1.3 . The form has some input field. However, when I type a character, and scrolls it overlays an extra input box . This didn't happen until I implemented iscrollview. Any…

Reshma Shakya
- 33
- 3
2
votes
1 answer
iscrollview and jquery mobile popups bottom content hidden
I'm using iscrollview in a jqm app. I have various popups that use the native jqm popup widget. With iOS7 (had same problem with 6.0) on an iPhone 4 the proper scrolling is only activated on changing the orientation?? When the app first loads, in…

Mitchell
- 41
- 1
- 4
2
votes
1 answer
jQuery Mobile iScrollView error
I am using jQuery Mobile and iScrollview together,
I used iscrollView
The scrolling work fine.
Problem 1:
when I click on a input text/password field, I get an extra box overlapping the whole elements, which has the same content as the input.
same…

ANonmous Change
- 798
- 3
- 10
- 32
1
vote
1 answer
Trouble binding the the pull down refresh action with Cordova InAppbrowser in Android using jquery-mobile-iscrollview?
I am opening a webpage in inAppBrowser Cordova Android. I want to reload the page when user pull down that page. I am using iScrollView for that(https://github.com/watusi/jquery-mobile-iscrollview).
I am not able to even pull the opened webpage down…

harsh grover
- 51
- 7
1
vote
0 answers
combining jquery mobile tabs and scrollable content
I have a mobile app implemented with cordova.
I've used JQuery, JQuery Mobile, Iscroll and Iscrollview to make a a div on one page scrollable.
Here is the html of the scrollable dive:

user1126515
- 1,133
- 3
- 17
- 34
1
vote
0 answers
Support Iscroll on select menu
The thing is, I have a Jquery Mobile + Iscrollview (iScroll wrapper for JQM) app,
And one or more SelectMenu (data-native=false) with a dynamic filter (The code is based on the example of JQM documentation), and I want to allow to scroll the…

MatiasM
- 11
- 2
1
vote
2 answers
Get position of scrollbar with iscrollview jquerymobile plugin?
The Html :
Index page

Varun Nath
- 5,570
- 3
- 23
- 39
1
vote
1 answer
How do I properly add a scrollbar to a jQuery Mobile popup using iScrollview?
I am working on a webpage using jQuery Mobile, iScrollview, and Google Maps. When the map gets initialized, it will load a set of markers with infowindows containing an image. When the image gets clicked, it will load the content of a jQM popup with…

Mikey
- 6,728
- 4
- 22
- 45
1
vote
0 answers
iScroll jumps to the bottom of the page and get stuck there when using JQM switch element on Android 2.x
I'm fighting against this bug over the weekend and I can't find a solution. My JQuery Mobile app has some switches. When testing on android 2.2 or 2.3 a strange bug happens: I scroll down a little to reach the switches then I trigger them with a…

Hexodus
- 12,361
- 6
- 53
- 72
1
vote
3 answers
jQuery mobile iscroll view : Cannot type in text box properly
In my jquery mobile ios phonegap application, i use iscroll. On using iscroll, text boxes behave weirdly (move up and down on entering each character).
I enabled iscroll in my app by,
Added following scripts:
…

Erma Isabel
- 2,167
- 8
- 34
- 64
1
vote
0 answers
JQuery Mobile iscrollview inside another iscrollview
I'm currently using JQM1.3 with iscrollview and was wondering how I would go about fixing this issue I have when I put an iscrollview inside another iscrollview.
My HTML goes something along the lines of: