Git Product home page Git Product logo

Comments (4)

hhferreira avatar hhferreira commented on June 2, 2024 1

Any workaround for this? We have the same issue using a surface pro 8

from icheck.

Fallsleep avatar Fallsleep commented on June 2, 2024 1

findsuch code

if (_mobile) {
  event.stopPropagation();
} else {
  return false;
}

and change both 2 if (_mobile) to if (_mobile) /in|nd/.test(type).

if(_mobile) to if (_mobile) /in|nd/.test(d) in iCheck.min.js 1.0.2
if(G) to if (G) /in|nd/.test(n) in iCheck.min.js 1.0.3

from icheck.

mostafafallah avatar mostafafallah commented on June 2, 2024

I tried to show you the issue in this movie
https://user-images.githubusercontent.com/1159697/146904888-9cf9acad-99ab-4e58-bf62-9805e24c1ba0.mp4

from icheck.

djaldim avatar djaldim commented on June 2, 2024

@Fallsleep , I had the same issue and I follow your tips.

But I did some different:
I changed the Regex validation to this:

Regex with issue:
/ip(hone|od|ad)|android|blackberry|windows phone|opera mini|silk/

To this:
/ip(hone|od|ad)|android|blackberry|windows phone|opera mini|silk|in|nd/

I hope this can help someone :)

from icheck.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.