Tim Ellenberger

Results 29 comments of Tim Ellenberger
trafficstars

fwiw the docs site is running nextjs 10 https://timellenberger.com/libraries/react-spring-lightbox and you can check out the configs in that repo here https://github.com/tim-soft/next-portfolio

The thresholds are certainly something we could make configurable, although maybe there is a better way to gauge swipe/drag intent

this is actually something I've been thinking about lately, since native iOS/Android slideshows tend to work this way can you make a separate issue to track the feature request?

@n1ru4l thanks for the feedback! I don't have an iPad on hand, can you repro on a non-iOS device? Which browser were you using? I plan on upgrading to react-use-gesture...

Could you try Chrome on your iPad? Sounds like I need to get my hands on some apple devices for more testing

no worries, I just need to carve out some time to take a closer look. I'll update this issue when I get it fixed

I would love to see better typescript support around theming, particularly when nesting themes

I created a useDoubleClick hook for a project for this very reason, since onDblClick will still fire your onClick handler. Really simple code https://github.com/tim-soft/use-double-click

I made a lightbox with react-spring v9 and [react-use-gesture](https://www.npmjs.com/package/react-use-gesture). It is very touch-friendly with pinch+zoom/pan, double click to zoom in/out and more. I think it feels better than anything else...

when saving quill to html -> display html in page it seems like risky business keeping everything in `` but I'm willing to be proven wrong of course