This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-05-25
Channels
- # announcements (21)
- # babashka (7)
- # beginners (27)
- # calva (7)
- # chlorine-clover (3)
- # cider (1)
- # clerk (21)
- # clojure (24)
- # clojure-europe (28)
- # clojure-finland (3)
- # clojure-nl (1)
- # clojure-norway (5)
- # clojure-uk (2)
- # clojurescript (13)
- # clr (2)
- # conjure (1)
- # consulting (1)
- # datahike (1)
- # datomic (13)
- # fulcro (3)
- # graalvm (33)
- # gratitude (7)
- # honeysql (7)
- # humbleui (12)
- # hyperfiddle (26)
- # interop (11)
- # introduce-yourself (4)
- # jobs-discuss (8)
- # lsp (26)
- # malli (6)
- # nbb (11)
- # polylith (26)
- # practicalli (1)
- # rdf (3)
- # re-frame (7)
- # reitit (10)
- # releases (2)
- # shadow-cljs (1)
- # tools-deps (15)
Morning. Venus was bright enough last night that I was able to get it on my phone camera
Morning
måning
Good morning, anyways!
Morning all!
Has anyone here ever had the fun of implementing two finger pinch-to-zoom functionality in a mobile web browser?
good idea!
It got pretty far with doing it myself - but whenever I do a pinch to zoom I'm getting odd effects at the start and end of the gesture.
Like I need to do some de-bouncing or something
It's also an area I'm not sure how to debug easily
It looks like hammer.js might be worth a shot though...
i had the pleasure of detecting swipe gestures once ...
go on...
hold on...
code incoming...
swipe.cljs: https://gist.github.com/mccraigmccraig/e3f46a309b39204d5a576e46041d7a85 which refers to touch.cljs: https://gist.github.com/mccraigmccraig/fd4d0bfcc644307ede97c71abdfd06d0
don't know if that's useful - it was a long time ago, and i don't remember much detail, apart from it being a pain
yeah, it doesn't speak to the whole pinch-to-zoom gesture thing - but it's interesting, thank you.
Well, hammerjs seems to work pretty well, as long as you don't try to println
it's objects...