scenee / FloatingPanel

A clean and easy-to-use floating panel UI component for iOS
MIT License
5.61k stars 509 forks source link

【Fixed】iPhone SE 2nd scroll lock #626

Open huangboju opened 7 months ago

huangboju commented 7 months ago

Description

I found a bug at iPhone SE 2nd

image

If absoluteInset is float or double value, it will lock scroll

image

insideMostExpandedAnchor will return true

image

diff is float value

I use floor(inset) fix it

scenee commented 6 months ago

@huangboju I'm wondering if you would let me know how to fix this issue. Thanks.