Job

Results 8 comments of Job

On Android it works fine, the hit slop does not go outside of the header bar. This shows the issue on iOS: ![back-button](https://user-images.githubusercontent.com/2545042/66928762-346b7780-f032-11e9-878f-88d8a72a1e23.gif) This PR is not adding extra hitSlop....

@BhavanPatel Actually, from version 1.2 onwards, Ionic has a new slider component that does support vertical sliding. You can read about it here: http://blog.ionic.io/announcing-ionic-1-2/ at 'New Slide Box'

@BhavanPatel It's currently not a priority for me, so I won't be implementing it soon.

There is no doc yet for the new slide box. The only docs I could find was in the blog post I linked to. It says that all swiper options...

The problem lies in that both `AppModule` and `AppShellModule` register routes, and that routes defined in the `AppShellModule` somehow end up registered last, independent of import order. The complete route...

Sorry for what I posted earlier, I tested incorrectly and thought it was working. This time I investigated further and found a way to override the routes when rendering the...

Same here. It used to work in the `playwright:v1.24.0-focal` image.

Have you tried `--use-gl=angle`? Works here in the official docker image with mapbox GL. ```ts import { defineConfig, devices } from '@playwright/test'; export default defineConfig({ projects: [ { name: 'chromium',...