Skip to content
New issue

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

[Android] Content vanishes when switching tabs in Forms Shell project #582

Open
InquisitorJax opened this issue Aug 27, 2020 · 3 comments
Open
Labels

Comments

@InquisitorJax
Copy link

When switching between Forms Shell tabs in android, the CarouselView content vanishes.

see sample project
CarouselVanish.zip

@knasher
Copy link

knasher commented Jan 7, 2021

This happens on a non-shell app too; moving back to version 5.2.0 fixed the issue temporarily

@adejewski
Copy link

adejewski commented Mar 11, 2021

I think it is connect to cache somehow. When I got 3 pages conent vainishes on page 1 when scrolled to page 3 and vice-versa. Page 2 stays intact, so it looks like memory is cleared for items that are two pages away from current.

EDIT: one more thing it only happens on Android, iOS works fine for me.

@pmahend1
Copy link

I have the same issue, I have 8 views,when I reach 8th view I see GC freed some memory in the log, when I go back views are empty. May be view model/binding context is cleared.

I don't know if the plugin is intended for resource intensive operations. Switching to version 5.2.0 there are lot of crashes which is annoying for end users.

I may try official Carousel to see if anything changes. But

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

No branches or pull requests

5 participants