liquidnft / lnft

Liquid NFT Platform
GNU Affero General Public License v3.0
56 stars 23 forks source link

Scrolling on mobile Devices iOS #85

Open Eskyee opened 2 years ago

Eskyee commented 2 years ago

I find all pages scroll well,

Except Market page, here if you scroll, the page will flicker, often taking you back to the top of the page,

Trying to figure out what is causing this,

On the desktop browsers it's fine..

@asoltys & dev team

Eskyee commented 2 years ago

https://svelte.dev/repl/102bf5ec1ee941208841e6d45d89afc5?version=3.12.1 as a code example

Eskyee commented 2 years ago

Investigating into why this happens this morning

Gallery.svelte

Checking

This default Creates the bug.. we see...

This corrects the scrolling.. But the way gallery cards are loading is strange, and binding seems lazy.. seems to be a delay as well...

Gallery.svelte

But at least the scrolling is better with this setting, I don't understand enough to fix this correctly yet.. @asoltys