Background scrolling under popup #2488
jensrossbach
started this conversation in
General
Replies: 1 comment 4 replies
|
Hi! Indeed this is (partly) intended, the previous scroll lock was adding a huge complexity layer that introduced slowness and scrolling issues on some setups (and the even older solution was causing glitches), this is a known problem on iOS/Safari and most solutions aren't really great. This is why I decided to keep it like this, but indeed this is an issue if you want to close it by sliding in it. I will probably give this another try, and I hope I will find a better solution. |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
On mobile (iOS), when opening a bubble-card popup with content that completely fits the available space (i.e., no scrolling is required), swiping up or down on the popup scrolls the view behind the popup. This is quite confusing. I have the impression that this behavior startet with version 3.2.1 and was not present in 3.2.0 (I cannot say about earlier versions as I started using bubble-card with 3.2.0). Is it intended like that? Ideally the behavior should be like the built-in home assistant popups (more info dialog etc.): there, swiping up does nothing and swiping down anywhere on the popup drags the popup down for closing (i.e., similar to the bubble-card popup behavior when swiping down on the area of the popup header).
All reactions