Questions tagged [iscroll4]

iScroll 4 is a scrolling library for mobile web development. Using iScroll 4 developers can add overflow:scroll functionality to mobile browsers. Other features iScroll 4 provides include Pinch/Zoom, Pull-To-Refresh and element snapping.

Useful links:

195 questions
0
votes
2 answers

iScroll 4 – restore the default/native zoom feature

I have a setup where my scrollable container takes the full width and height of the viewport. I use iScroll to scroll the content over a background image. Works fine so far and I didn't find a better solution to have a fixed background image (any…
insertusernamehere
  • 23,204
  • 9
  • 87
  • 126
0
votes
1 answer
0
votes
1 answer

iScroll4 only showing scrolling when resizing window

I stumbled upon this problem and it took my a while to realise what it was because there isn't a straight answer anywhere. The problem was that when my page loaded, my iScrolls didn't work: The scroll bars disappeared and the sliding was broken…
Yisela
  • 6,909
  • 5
  • 28
  • 51
0
votes
1 answer

IPad not scrollable on page with javascript UI Draggable page

Ok so I have a site that uses the javascript UI draggable mouse option for the web page but then when someone accesses the page from either their iphone or ipad the UI draggable script doesnt work? Is there any easy fixes for it? I was trying to…
Mike Jones
  • 579
  • 1
  • 9
  • 15
0
votes
1 answer

using both useTransform:false and zoom:true in iscroll4, zooming is not working

this is my code, var myScroll; function scroll() { myScroll = new iScroll('wrapper', { checkDOMChanges:…
mmathan
  • 273
  • 1
  • 5
  • 13
0
votes
1 answer

Iscroll Different Starting Locations Depending on previous Page

Basically what I'm trying to do is, I have an Iscroll with say 10-20 Images in a general proejct page, and each links to a Detailed Page of that Project. In the Project page, it uses Iscroll again to do the same where I can scroll through the…
0
votes
1 answer

iscroll horizontal issues

I have created an app using phonegap, jquery mobile and iscroll with 3 scrolling divs, the first 2 scroll vertically and I am trying to get the third scrolling horizontally, but am having problems. The horizontal is working, as in letting me scroll…
JPK
  • 491
  • 5
  • 27
0
votes
2 answers

Virtual Keyboard disappears when touch on input:text iscroll4

keyboard pops up and goes down when clicked on input text. i'using iscroll 4 cordova 1.6 technologies. when user touches a text input the keyboard pops up and disappears from the screen does any1 hav solution for it thanks in advance
Neji
  • 6,591
  • 5
  • 43
  • 66
0
votes
1 answer

Problems with iScroll on a div with jQuery Animation

I am having some trouble with iScroll and the div that I have it implemented in. It all works fine except for one thing.
Gezzasa
  • 1,443
  • 8
  • 17
0
votes
1 answer

iScroll4 and flowplayer working issue in android devices

I am using iScroll 4 and flowplayer to develop a project. In iPad and iPhone it is working properly but not in android devices for both tablets and mobiles. It seems flowplayer is loading and even the video is playing but cannot be viewed only hear…
user850234
  • 3,373
  • 15
  • 49
  • 83
0
votes
1 answer

combo box not working after load/use iscroll in page

I am using iscroll4 in my application. I am facing problem with iScroll that made drop down lists(combo box) unusable when used at the same time. I tried how they mentioned here (…
vinothini
  • 2,606
  • 4
  • 27
  • 42
-1
votes
1 answer

Add offset on iScroll to allow the last item to be on top

I am trying to make a list of
  • 's so that when I click on one, it goes up to the top of the page, no matter if it is the last one or if there's just two on the list. I call scrollToElement() but it bounces back because of the lack of padding…
  • manutenfruits
    • 1,447
    • 3
    • 17
    • 25
    -1
    votes
    1 answer

    How to add Scroll in ipad application

    I am using IScroll4 in my application to add scroll in that particular div for ipad but I am not able to add scroll I used function loaded(){ scroll = new iScroll('wrapper'); } document.addEventListener('load', loaded,…
    -2
    votes
    1 answer

    iscroll links opening a new safari window?

    I'm using iscroll because of its great features of fixed header/footer. I have links in the footer. When in normal safari, it all works fine. When the webapp is saved to the home screen, and then launched, after a link is clicked they close the…
    dave
    • 123
    • 1
    • 2
    • 8
    -2
    votes
    1 answer

    iscroll link ajax

    I've been at this for a few hours so I hope someone can help me with this and not just tell me to GOOGLE it. I'm using iscroll because of its great features of fixed header/footer. I have links in the footer. When in normal safari, it all works…
    dave
    • 123
    • 1
    • 2
    • 8
    1 2 3
    12
    13