Frizky

Results 21 comments of Frizky

> You must be trying to load fonts before rendering? Yes that's right

Were you able to overcome this limit?

> I've solved this before using `@touchstart.prevent=""` on the wrapper containing Hooper. This isn't perfect on mobile though (can prevent user from scrolling further down ) so I'm still working...

Update: I applied the following CSS to the div that contains the hooper element `touch-action: pan-y;` This only allows vertical swiping on the element. But horizontal swiping still works because...

> > > I founded simple fix, just add @touchstart.prevent="" on slider wrapper > > > > > > inside "" goes nothing? > > Yep or you can add...

Update: I applied the following CSS to the div that contains the hooper element `touch-action: pan-y;` This only allows vertical swiping on the element. But horizontal swiping still works because...

Were you able to solve this?

> @CHEWX I just had the same issue and came to complain about it. `@nuxtjs/firebasev8` requires `firebasev9` and that's what's throwing the error. I got around it by running `npm...

struggling with the same issue, did you solve the problem @jdvalentini ?