-
Hi,
Similarly with [@angelorc's issue](https://github.com/drewjbartlett/vue-flickity/issues/2) when using a custom component with v-for, the slides are rendered outside flickity's viewport. Tried t…
-
This error occurs for me in IE11.
> ReferenceError: 'Promise' is undefined
> at create (https://dev7.atomiclearning.com/static/js_apps/main/node_modules/angular-flickity/dist/angular-flickity.js:…
-
As stated in the title, the styles from flickity ( used i. e. in HdTabsMenu), may override the stiles for flickity used somewhere else in the project.
It would be nice if the HD-Blocks flickity sty…
-
I added a ref="flickity" property to my component, but it is not accessible via this.$refs.flickity, even in the mounted() function. I tried suggestions from [this thread](https://forum.vuejs.org/t/so…
-
Hi,
Thanks for creating and sharing flickity hash.
I noticed when using flickity in a website with subfolders (e.g. https://www.site.com/subfolder/). The browser address is replaced with only th…
-
This is not a bug, but a solution after 2 days trying to fix this thing.
Using this component and axios, I retrieve data, use `v-for` and refresh vue-flickity but I had problems rebuilding the caro…
-
## Description
I am testing Flicking with a set of panels, where one of the panels has an inner scrollable area (not a Flickity carousel, but a regular HTML/CSS scrollable area, with overflow-x: scro…
-
Hey! I noticed really annoying bug. It can be reproduced only with mobile device, no emulator working there. Steps to reproduce:
0. Take your iPhone or android smartphone
1. Go to documentation free…
-
Hello, I'm having trouble getting flickity-hash to work,
based on the codesandbox link you provide, if I just add `{hash: true}` it prints :
`Type '{ hash: boolean; }' is not assignable to type 'F…
-
The dist file, `dist/angular-flickity.js` does `require('Flickity');` which crashes on case-sensitive OS like Linux while working fine on a Mac.