Giter Site home page Giter Site logo

Comments (7)

arose avatar arose commented on May 21, 2024

Is this on http://arose.github.io/ngl/, if not does it work there? Does it work on this site http://threejs.org/examples/#misc_controls_trackball? Are there any messages in the browser console?

from ngl.

bergwerf avatar bergwerf commented on May 21, 2024

It doesn't work on the three.js site and there are no console errors. The problem is basically that the system defaults to page zooming when you use multitouch zoom. I just discovered zooming out works (because the page cannot be zoomed out any more, so zooming the canvas is working again). You have to block the event from propagating to other elements/prevent the default action (e.g. e.preventDefault()).

from ngl.

arose avatar arose commented on May 21, 2024

Thanks @hermanbergwerf added some e.preventDefault()s, see be33e14. Please let me know if it works for you http://arose.github.io/ngl/.

from ngl.

bergwerf avatar bergwerf commented on May 21, 2024

Unfortunately it did not work. I shortly looked into it and this oneliner solves the issue.

document.getElementById('viewport').addEventListener('touchmove',function(e){e.preventDefault();});

Preventing on scoll is probably not working since multitouch zoom is not considered a scroll event by the browser. You should block the propagation of touchmove.

from ngl.

arose avatar arose commented on May 21, 2024

Cool, I add that later today. Thanks!

On Tue, Mar 15, 2016, at 11:30 AM, Herman Bergwerf wrote:

Unfortunately it did not work. I shortly looked into it and this
oneliner solves the issue.
document.getElementById('viewport').addEventListener('touchmove',func-
tion(e){e.preventDefault();});
Preventing on scoll is probably not working since multitouch zoom is
not considered a scroll event by the browser. You should block the
propagation of touchmove.

You are receiving this because you commented.
Reply to this email directly or view it on GitHub[1]

Links:

  1. #53 (comment)

from ngl.

arose avatar arose commented on May 21, 2024

Ok, could reproduce this and hopefully fixed it now (73983c5, 2f139f4). Thanks again.

from ngl.

bergwerf avatar bergwerf commented on May 21, 2024

Yep, fixed now (on my Chromebook). Awesome!

from ngl.

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.