Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6897783
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T07:12:48+00:00 2026-05-27T07:12:48+00:00

I am using iScroll4 and it’s working great! This are the functions I use

  • 0

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(function() {
            myScroll1 = new iScroll('nvl1');
            myScroll2 =new iScroll('nvl2');
            /*document.addEventListener('touchmove', function (e) { e.preventDefault(); }, false);
            document.addEventListener('DOMContentLoaded', setTimeout(function () { loaded(); }, 200), false);*/
        });
    }
    return false;
}

function refrescarIscroll(){
    if(!ie7){
        myScroll1.refresh();
        myScroll2.refresh();
    }
    return false;
}


function terminarIscroll(){
    if(!ie7){
        myScroll1.destroy();
        myScroll1 = null;
        myScroll2.destroy();
        myScroll2 = null;
    }
    return false;
}

The problem is it won’t let <a> or <input> or anything to be clicked (or focused, I am not sure); also css :hover or :focus won’t be applied; but it would fire events in javascript like

.hover() or .click()

Any idea how to solve this if possible?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T07:12:48+00:00Added an answer on May 27, 2026 at 7:12 am

    The author has commented that form compatibility is glitchy – it’s a known issue and he’s working on a fix for the next version. Someone else has commented in the forums:

    As of v4.1.9, support for form fields is still under development. You
    can make radio buttons and checkboxes work by wrapping in a label
    (wrapping seems to work better possibly than using for=”” syntax).

    Links should be fine and work in the demos provided. You’ve commented out the e.preventDefault() call in your init script which is the usual culprit. Maybe the form compatibility issue is affecting links also?

    As for the hover event, from what I can tell this should be activated when an element is tapped.

    Hope that helps a little. Worst case scenario – scrap your code and start with a demo page from the project, adapt to your needs one line at a time and keep testing it. You’ll soon know which modification breaks the intended behaviour.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using iScroll4 plugin ( http://cubiq.org/iscroll-4/ ) to add scrollbar to pages that are
I want to create this effect in mobile safari. http://jqueryfordesigners.com/demo/header-slide.html I'm using iScroll 4.
Using PyObjC , you can use Python to write Cocoa applications for OS X.
I am now using iScroll 4 from http://cubiq.org/iscroll-4 to enable scrolling in touch devices.The
I'm not sure I worded my question correctly but anyhow... I'm using iscroll and
There are topics about this, but not realy pointed at my problem. I'm using
I'm using jQuery Mobile and Scrollview . This has been the perfect solution for
Possible Duplicate: How to do this pull-to-refresh in webapp? Is there a plugin available
using file_get_contents , I open an Internet URL and get the contents of this
I'm using this HTML code: <form action=# method=post> <fieldset> <label class=desc id=title10 for=Field10> How

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.