Elektrine lite

← Feed

@nerius@mastodon.online

Post #4332113

2026-07-20 11:23 UTC

@hishnash@mastodon.social maybe a bit off topic, but I was wondering if and how you are handling transition from scrolling to dragging when scroll view is inside the panel? I recently implemented a custom bottom sheet and had to drop down to UIScrollView gesture recognizers which wasn't pretty to say the least

Replies (1)

  • @hishnash@mastodon.social 2026-07-23 10:41

    @nerius@mastodon.online In my testing on the current iOS 27 betas, we appear to be in luck: as long as you’re using a simultaneous gesture, this fires when the scroll comes to an end. It doesn’t appear to work on iOS 26, though.

    Open ##4332114