-
```
What steps will reproduce the problem?
I have a setup similar to this:
In javascript:
- disable touchmove event on sitecontent frame thru preventDefault method
- call iScroll('scrolle…
-
Currently the calendar is native touchStart, touchMove and touchEnd events.
To be more generic, it could use the dojo/touch API
Problem: mixing Mouse and Touch will trigger issues as dojo/touch is rea…
-
I stumbled upon this error when testing a website using this lib. All scrolling events are disabled
I believe the root cause of this is here:
`@HostListener('document:touchmove', ['$event'])
onTo…
-
I am creating a slider and when I add a touchable to the items, the slider no longer scrolls
```javascript
true}
onTouchEnd={e => {
e.stopPropagation();
}…
wimil updated
5 months ago
-
I've use lightslider with images and links in each li element:
```
james craven
…
-
Hey, really great library, thanks for the work!
As the selection and drag events differ on mobile and desktop, DnD behavior currently doesn't work on mobile. Is this on the roadmap? (Or how much wo…
-
In Chrome 64 for mac i'm seeing this warning on every TouchMove when in the device emulation mode in dev tools:
`[Intervention] Unable to preventDefault inside passive event listener due to target b…
-
While working on https://github.com/phetsims/circuit-construction-kit-common/issues/295
I saw this in the iPad3 tether frame profiling:
![image](https://user-images.githubusercontent.com/679486/…
-
First of all, everything is [my fault](https://github.com/thorst/jquery-idletimer/blob/7b03a23b0c8b1a999038d6d54ac4dd107d41672f/idle-timer/idle-timer.js). Sorry.
Second of all, I think we can improv…
-
Time scrubbing/seeking on the built in video controls will not get the touchmove event. Work around is to set the overflow scrolling CSS properties on the video tag's parent, but this still affects th…