Giter VIP home page Giter VIP logo

Comments (5)

rwaldron avatar rwaldron commented on August 22, 2024

Possible workaround:

instead of using shift + keys to move through history... why not shift + click/tap?

from jsconsole.

remy avatar remy commented on August 22, 2024

Not viable, because not all mobile devices allow you to hold the shift key whilst tapping.

It needs to be fixed by fixing the mappings. I'll put up a keycode test page to collect some data to trying to find and fix the source of the problem.

If you look at the source code now, there's already a (hack) work around for the iPhone because ..... actually, I think it's a mobile webkit thing - the iPhone also maps '(' to up and '&' to down.

I'll check the userAgent for mobile webkit and see if I can fix it there...

from jsconsole.

rwaldron avatar rwaldron commented on August 22, 2024

What about possibly just using click/tap?

from jsconsole.

remy avatar remy commented on August 22, 2024

Got a fix in progress. There's a keyIdentifier on the event that gives me the correct character, even though the mobile webkit is giving me the wrong event.which, but event.keyIdentifier does give me the right code. So I'm fixing now!

from jsconsole.

remy avatar remy commented on August 22, 2024

Visual tweaks (creating a gutter) and better key handling on mobile webkit, closed by 57115c1

from jsconsole.

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.