Giter VIP home page Giter VIP logo

Comments (7)

mariapaulinar avatar mariapaulinar commented on August 16, 2024

Me. I tried testing it in Chrome v. 43.0.2357.134 and I got same problem.

from rowsorter.

arteyazilim avatar arteyazilim commented on August 16, 2024

I have tested on chrome 44. there is no issue. I couldn't find older version of chrome as 43.
Can you check on console panel (F12) to see is there any error message?

from rowsorter.

tommiehansen avatar tommiehansen commented on August 16, 2024

Also no go in Chrome 46 for some reason. Working fine @ Chrome 45 at work though. Strangely the plugin just fails silently (no errors at console).

from rowsorter.

tommiehansen avatar tommiehansen commented on August 16, 2024

I see the error now. The problem is that my computer at home has a touchscreen and your plugin seem to think that any device with a touchscreen doesn't have a mouse and keyboard which makes your plugin fail:

touchDevice = !!('ontouchstart' in document[0].documentElement)

This is an ugly workaround:

touchDevice = !!('ontouchstart' in document[0].documentElement && screen.width < 1200),

from rowsorter.

arteyazilim avatar arteyazilim commented on August 16, 2024

It should work now. can you test with version 2 please?

from rowsorter.

tommiehansen avatar tommiehansen commented on August 16, 2024

Couldn't get that one to work at all at the computer at work (without touchscreen). Haven't had time to test it at home yet though. Tested here with Chrome v45.

An odd thing is that the plugin always seem to fail silently like there is some check that doesn't pass.

from rowsorter.

arteyazilim avatar arteyazilim commented on August 16, 2024

sorry, i can't find any touch device with mouse. i hope it works now (with last update).

from rowsorter.

Related Issues (17)

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.