-
Wegen der Lautstärke wäre die Idee, dort auf der Fläche vom MediaControl das Mausrad bzw. Touchmove abzufragen und bei Down-Bewegung (oder Scrollrad bei Maus runter) die Lautstärke zu reduzier…
-
What is this violation? How could I fix this?
```
[Violation] Added non-passive event listener to a scroll-blocking event. Consider marking event handler as 'passive' to make the page more respon…
-
Hi,
This is very helpful service.
I think the following changes will make it even better in term of the performance of the applicaiton using this service:
- Running startWatching outside Angular …
-
Hi, thanks a ton for this component.
I'm seeing perf warnings in my Chrome because of the non-passive event handler on `touchmove`. MDN [says](https://developer.mozilla.org/en-US/docs/Web/API/Event…
-
自己简单实现了类似滚动条效果,基本原理就是最外层group绑定事件touchmove等等,通过它触发scrollBy滚动,用group的scrollBy和scrollTo(其中一个)来模拟长图滚动。但是发现移动端机型上卡顿严重,不流畅,是因为group的scrollTo本身频繁更新渲染导致的吗?或者有没有更好能实现互动滚动的思路?
-
I am using the draggable option and when I try to drag the modal in responsive mode I get the error below in the console and the background moves with drag too.
I am using version 2.0.1. I traced t…
-
Like #38, another library useful for easy adoption would be to expose a new set of events: `touchstarted` and `touchmoved` (like the API discussed in #24) or `aftertouchstart` and `aftertouchmove`. …
-
When using datetimepicker in my Angular2 app I get a lot of warnings in the console in Chrome:
VM1152:15 [Violation] Added non-passive event listener to a scroll-blocking 'touchstart' event. Consid…
-
Hi there,
When you add any element from forms is not working at iOS.. Even in the demo if you add input type text then you are not able to selected..
This has to do something with the touch events..…
-
I have a one plus one running chrome on android. I tried the side nav example on it and have attached the timeline data below. I am not able to achieve anywhere close to 60fps and that's because of th…