-
```js
let webdriverio = require('webdriverio');
let client = webdriverio.remote({
logLevel: 'verbose',
// Using appium:
port: 4723,
desiredCapabilities: { // android QQ
…
-
Can't seem to work with touch events on mobile web when interacting with the canvas ie: zoom, it's good if we can have this. What say you?
-
I came across a bug when activating the responsiveFallback option: it seemed that if that was set at around 600 i would get multiple swipe events bound (to be precise they would be bound 4 times).
I …
-
### How to reproduce
1. Scroll up or down
2. Start gesture while inertial scrolling
### Env
- iOS 16.0.2
- svadilfari v1.2.0
-
//######
//## This work is licensed under the Creative Commons Attribution-Share Alike 3.0
//## United States License. To view a copy of this license,
//## visit http://creativecommons.org/licenses/…
ghost updated
9 years ago
-
Chrome DevTools suggest marking the eventlisteners on touch, scroll etc. events as passive, as long as the listeners don't need to cancel the event, to improve performance. I would think that doing so…
-
I'm using pure CSS horizontal carousel in mobile view, Like google mobile version carousel, Just like below image:
![carousel google](https://medicoads.net/google-carousel.jpg)
But when I use `r…
-
When the context menu is opened, it is still possible to scroll the parent element.
- In desktop is an issue because the overlay is missplaced from its original context element. Screenshot: http://g.…
-
It does not support cross-browser compatibility
-
This problem (bug?) is driving me crazy. I can't find any existing issues on it, but maybe I'm missing something. I hope there is some solution, workaround or bug fix.
## Problem
In web browsers o…