Questions tagged [touchmove]

140 questions
0
votes
0 answers

Automatically highlight words when touchmoving finger on the text javascript mobile

When I move my finger, I want it to automatically highlighted the words that I go through. I saw some solutions that require long pressing then selecting the words, I want to bypass this. This features usually present in most IOS PDF viewers like…
0
votes
0 answers

Add Touchmove functionality

I have not much knowlege on JavaScript and only use a little in combination with Tumult Hype. In this case I've got a small script which allows to control the timeline with MouseScroll. Eventually it does not work on mobile device, so I would like…
Uli
  • 1
0
votes
0 answers

Tracking touches to create page transitions

I would like there to be a "page lock" feature on my site, where with a slight flick on a phone or mouse-wheel, the next page scrolls and locks into place. We can assume each page is going to be a minimum of 100vh. Here's what I have so far. /* List…
0
votes
0 answers

tabulator 5.3 added non-passive event listener error

I see a number of posts regarding a similar issue and one where it was fixed in 4.3 but I'm running 5.3 and still seeing it: MoveRows.js:203 [Violation] Added non-passive event listener to a scroll-blocking 'touchmove' event. Consider marking event…
0
votes
0 answers

Touchmove event triggering twice only iOS Mobile Devices

i need help about this. Alert trigger'in twice in one move $(window).bind('touchmove', function(e) { alert('something'); });
0
votes
1 answer

CSS animated element animates on wrong place after touch-move transform

I am using CSS to define a ball animation with certain class. This works fine when adding the class on click, the ball just jumps on one place. However, when I add the class after moving the ball using touchmove/mousedrag and transform, the ball…
Tyler
  • 349
  • 4
  • 11
0
votes
2 answers

Attach mouse movement to a div with Iframe inside

In my JS code, I've added a EventListener on mousemove & touchmove, which makes it so that my div follows the cursor. (as such) CSS: