Julien Vasseur

Results 12 comments of Julien Vasseur

Same issue with Hammer.js 2.0.4 and latest Chrome.

+1 Tried the hack given in StackOverflow topic but didn't work for me...

The plugin adds a CSS class to the element when it becomes stuck ("is_stuck" by default). You can clear the top value and add bottom value in your stylesheet. e.g....

The option key `localeDir` should be outside `vueI18n`, at the root of `intlify`actually. ```js export default defineNuxtConfig({ buildModules: ['@intlify/nuxt3'], intlify: { localeDir: 'locales', vueI18n: { locale: 'en-US', fallbackLocale: 'en-US', }...

Found a little workaround from @artur-thiessen's answer : ``` javascript $('#test').swipe({ swipeStatus: function(event, phase, direction, distance, duration, fingers, fingerData, currentDirection) { // replace 'right' with the direction for which you...

I made a [custom transformer](https://glidejs.com/docs/extending-transformers/) to remove peek from last item with 'bound' option. Feel free to use it! ```js var FixBoundPeek = function (Glide, Components, Events) { return {...

I've extended the `$$` helper function in order to query within a given container instead of the entire DOM, and fixed the OP issue as well.

OP stands for Original Poster, @curdin in this case :)

The resize event is fired when the topbar of the browser is hiding on mobile (iOS and Android). It's not related to this plugin in anyway.