Mehmet Ozensel
Mehmet Ozensel
> ## Proposal > Expand `rpc.addWebView()` to have a second argument, `name`. > > When adding WebViews at client-side, a second optional argument could be passed like this: > >...
good idea
Hello :) @barthy-koeln I'll test and I'm on my way to you
@barthy-koeln Here's the video. I'm the one with the problem with ScrollSnapDraggable enabled https://github.com/barthy-koeln/scroll-snap-slider/assets/47677284/d6dd4843-0389-4cde-b759-3c08e93b3ee8
> Hey @uncle-ara > > Please check out the demo in the branch [fix/draggable_cancel_slide_stop_listener](https://github.com/barthy-koeln/scroll-snap-slider/tree/fix/draggable_cancel_slide_stop_listener). You can enable both plugins there. > > Simply clone the project and run `yarn install`...
> I meant `yarn dev` sorry. > > Can you provide a reproducible example? Maybe using the [React Starter on Stackblitz](https://stackblitz.com/edit/react-starter). I can then help you debug it. Here is...
> Thanks, that helped a lot. > > You're using `display: grid` with `gap: ${spaceBetween}px`. > > This means that calculations are off by `spaceBetween` pixels every time you release...
> > What about slider.slide which is undefined > > The calculations are done in an animation frame callback. Meaning that in your example, `slider.slide` is undefined for a very...
> I went back in and figured out the `requestAnimatonFrame` I mentioned was not necessary, potentially even detrimental to performance. I removed it in `main` and will soon publish a...