-
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.
…
-
and tap+drag don't work.
-
On desktop, toolstips show on hover. On mobile devices they should be shown on tap, but that's weirdly doesn't work right now.
-
Hi!
When scrolling a website with ember-gestures on a touch device, the [`_fastFocus`](https://github.com/html-next/ember-gestures/blob/1054cc4fdb9b3e49fd81cd3b69fde920cd74e624/addon/event_dispatch…
-
I modified the example from [the documentation](http://photoswipe.com/documentation/custom-html-in-slides.html)
The only thing I've added is jQuery and these lines:
```
$(document).on('click', 'a',…
-
http://manos.malihu.gr/repository/custom-scrollbar/demo/examples/complete_examples.html
seems like there is issue with Microsoft Edge and IE. Scrolling on touch screens (talking about laptop, not tabl…
-
Hi Mike (and community!)
Just trying to implement cycle2 in a project and having issues with the pause-on-hover feature. Evidently on touch devices (iPad Mini Retina / iPhone 4s tested, both using G…
-
Nice to have kinetic scroll when scrolling pane with touches. Like regular page in mobile browser.