Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

QInfiniteScroll containerHeight error #11606

Closed
zknic opened this issue Dec 9, 2021 · 1 comment
Closed

QInfiniteScroll containerHeight error #11606

zknic opened this issue Dec 9, 2021 · 1 comment

Comments

@zknic
Copy link

zknic commented Dec 9, 2021

: el.getBoundingClientRect().height

in some mobile devices, "el.getBoundingClientRect().height" return the floating number ,it cause QInfiniteScroll can't trigger "emit('load)".

if (scrollPosition + containerHeight + props.offset >= scrollHeight) {

image

@zknic zknic changed the title QInfiniteScroll containerHeight containerHeight error QInfiniteScroll containerHeight error Dec 9, 2021
@rstoenescu
Copy link
Member

Fix will be available in Quasar v2.3.5

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants