olivermuc

Results 14 comments of olivermuc

I just made it work with Bubble Charts. It's quite possible but requires you to extend ChartJS with a new custom RadarChart element that supports a "draggable" flag/field close to...

Not sure if the below follows best practices throughout, but for what it's worth, my best shot at implementing a `LongPress` gesture. It works very well I must say. ```...

Thanks for the feedback @jdnichollsc. Definitely an option to add, for me staying within the initial click area is not critical hence I didn't add it - but good addition...

> @olivermuc I mean about this PR #19861 > Having a `maxThreshold` option to allow a little movement on the x and y axis When I tested, no movement constraints...

Just out of curiosity: The reason I ditched _Hammer.JS_ and used above approach was a terrible conflict with Chrome's devtool device/touch emulator. Essentially, when assigning new 'Recognizers', it caused Chrome's...

@ctf0 I am not looking for LESS or SASS support to be added to CSS3. I am looking for a way (it could be a simple code fix to expand...

Still not working in shadow DOM. Not even if only the parent is a shadow DOM element and the slider container is non-shadow DOM. Same odd, broken behaviour.

Also seeing issues with receiving the correct keyboard height on a Pixel2. It appears to be exactly 50px too short in height.

Will give it a try asap, thx for looking into this. Also, I did find out what caused this in the first place: I recently added a cordova plugin to...