-
**Describe the bug**
When setting the movetolerance high (like around 20), an attempt to drag/pan the map gets cancelled right after pointerdown before the any pointermove event and of course also be…
-
Hey Monaco Editor Team,
I've noticed that Monaco Editor doesn't support touch selection, which is a big drawback for touch-based devices. To fix this, I've developed a script that adds touch sele…
-
## Expected Behavior
When using a touch device (Smartphone, Tablet, ...) you would expect the `SortableList` component to work in the same way as on a mouse-driven device (being able to move around …
-
```
I have the galaxy s2, with only a touch screen, no keyboard. Will it work on
there?
```
Original issue reported on code.google.com by `TruSktr` on 16 Oct 2011 at 5:45
-
There's absolutely no point in trying to pigeonhole devices as "touch", "touch only", etc. Not only impossible, but pointless (no puns intended). Proper pointer event handling makes no such assumption…
-
there are a lot of issues with trying to draw on tablets and touch-screens. for example only being able to produce dots, not lines.
we need to thoroughly test the drawing tools (and everything else) …
-
The iPod won't react when I try to run it on my Microsoft edge on Windows 10 using my mouse no matter I tried to click on it or click and hold, instead, if I use the touch screen on my laptop to opera…
-
The carousel currently prevents a user from scrolling on touch enabled devices. The user can swipe left/right to change slides, but not up/down for page scrolling.
**Platforms tested:**
-iPhone 11…
-
Could be done with:
``` javascript
// Detect Touch Devices
if ('createTouch' in document) flag('touch')
if (window.navigator.msPointerEnabled) flag('mspointer')
if (window.navigator.msPointerE…
-
Trying to draw a polygon on the main examples pages, both for 1.0 and 0.7, are not working on the latest versions of Chrome and IE Edge. Chrome console show no errors.
They are working on FF though.
…