We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I found a bug at iPhone SE 2nd
If absoluteInset is float or double value, it will lock scroll
insideMostExpandedAnchor will return true
insideMostExpandedAnchor
diff is float value
diff
I use floor(inset) fix it
The text was updated successfully, but these errors were encountered:
@huangboju I'm wondering if you would let me know how to fix this issue. Thanks.
Sorry, something went wrong.
No branches or pull requests
Description
I found a bug at iPhone SE 2nd
If absoluteInset is float or double value, it will lock scroll
insideMostExpandedAnchor
will return truediff
is float valueI use floor(inset) fix it
The text was updated successfully, but these errors were encountered: