iscroll4 Questions
19
Solved
I'm using this HTML code:
<form action="#" method="post">
<fieldset>
<label class="desc" id="title10" for="Field10">
How many children do you have?
</label>
<selec...
Pectinate asked 21/4, 2011 at 14:20
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
7
Solved
I am using the most wonderful javascript tool iScroll4 http://cubiq.org/iscroll-4 on a mobile website for iOS and Android. Here is what my layout looks like:
The horizontally scroll-able area is...
Gurias asked 17/10, 2011 at 22:17
9
Solved
I am using iScroll4 and it's working great!
This are the functions I use to init, refresh and end iScroll:
function iniciarIscroll(){
/*En ie7 no lo usamos*/
if(!ie7){
$(document).ready(functi...
Bamford asked 1/12, 2011 at 17:29
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
5
can anyone please explain, with an example if possible, how to load dynamic content inside an iscroll div and assign a new height to it?
I can get it to work but I can't control the height of the ...
3
Here is my code segment. I am using iscroll 4 for scroll in touch devices and desktop.
$('#next_item').bind('mousedown touchstart',function (e) {
//do something onclick
$(this).bind('mousemove t...
Nachison asked 18/1, 2012 at 7:19
5
Solved
I'm working on an HTML 5 mobile app using JQuery Mobile. The design calls for a sidebar menu that can scroll independently of the main content, so for example you could scroll somewhere on the page...
Barbados asked 30/4, 2013 at 17:16
1
UPDATE:
I was able to get my scroller working as desired but I feel like I have hacked around the actual issue and would love it if anyone has a more solid answer, I've updated and noted in the sni...
Macula asked 15/11, 2011 at 17:49
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...
5
In this example http://bit.ly/t2ImYS width of wrapper of all elements is fixed 8520px
#scroller {
width: 8520px;
height: 100%;
float: left;
padding: 0;}
I want width dynamic so if i add more ele...
Tableau asked 12/12, 2011 at 8:1
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
Example code here: http://pastebin.com/95z3pftQ
I'm trying build a mobile page with a fixed header, and a "content" section, which will be filled external (sanitized, but otherwise arbitrary) HTML...
Lactation asked 15/12, 2012 at 4:30
1
Solved
I am trying to implement a mobile website with the following appearance:
a fixed header
scrollable, zoomable content
content zoomed out when page is first loaded
I have been experimenting with...
Dentilingual asked 27/9, 2012 at 17:22
2
I'm using iScroll4 to create a horizontal scroll effect on an image within a mobile website. iScroll works fantastic, but the problem is the image contained in the iScroll wrapper disables native v...
Excoriate asked 22/2, 2012 at 17:54
2
Solved
The onScroll event is not yet supported by the iScroll4.
Is there a known way to extend the iScroll to support an onScroll event?
Restricted asked 13/12, 2011 at 10:57
1
Solved
I'm building a touch-enabled html app and decided to use iScroll for scrolling within a div.
essentially, I've got two seperate scrolling divs but the scrollbars are always placed on the far outs...
Kloman asked 2/1, 2012 at 12:29
2
Solved
I want to create this effect in mobile safari. http://jqueryfordesigners.com/demo/header-slide.html
I'm using iScroll 4. I want to mix iScroll with this example.
http://jsfiddle.net/tdQmQ/3/ (her...
Supertanker asked 6/12, 2011 at 3:53
1
Solved
I want to disable the scroll sometimes so I can do multi-touch events in the same area, something like...
if event.originalEvent.touches.length is 2 then myScroll.disable()
Is something like thi...
Ceramist asked 28/10, 2011 at 1:29
1
Im currently pulling my hair out trying to get iscroll 4 working with jQuery Mobile.
It all works fine it i disable JQM ajax default navigation but I would like to retain this.
My issue is I cant...
Strudel asked 7/10, 2011 at 16:45
1
© 2022 - 2024 — McMap. All rights reserved.