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

loadMinimal={true} not rendering the pages of the swiper #449

Open
KriYor opened this issue Jun 25, 2017 · 9 comments
Open

loadMinimal={true} not rendering the pages of the swiper #449

KriYor opened this issue Jun 25, 2017 · 9 comments

Comments

@KriYor
Copy link

KriYor commented Jun 25, 2017

Hello,
I have a strange problem.
I have a four page swiper and when I run the app without loadMinimal=true , all the pages show up, but it can get a bit slow. I tried with loadMinimal=true, and the app did get a bit faster, but if I go to page 2 and then go back to page 1, the first page is not rendered. Like a have a pure blank screen. This goes for all the pages. Once rendered if I leave the page and go back, they do not render.

The problem occurs only on Android. iOS works like a charm.

Any ideas ?

Thank you !

@adishua
Copy link

adishua commented Jul 3, 2017

I have the same issue.
loadMinimal=true fixed another animation issue i had with the first slide on ios which render was called but there was nothing on the screen, but on android some of the screens are blank

Adi

@eahrold
Copy link

eahrold commented Jul 14, 2017

I am seeing the exact same behavior (Only on Android). Number of loadMinimalSize screens are rendered, anything past are blank. After navigating past the number of loadMinimalSize in any direction causes previously rendered pages to no longer re-render.

@shireen
Copy link

shireen commented Jul 16, 2017

+1

@srameshr
Copy link

Me too. +1

@basvdheijden
Copy link

Fixed in #479

@basvdheijden
Copy link

I've fixed it in a much better way. It seemed that the key property on the <View/> element was the culprit. I've updated my PR.

@cuongtructran
Copy link

Hi guys,

Any info on this? I saw a PR several days ago but it has conflict :-?

@luisfuertes
Copy link

loadMinimal={true} loadMinimalSize={0} works fine because only load the current page, but on initial load dont set fetching to false, to disable ActivityIndicator i have to swipe to next page.

@vedran
Copy link

vedran commented Jan 16, 2018

The following solution worked for me for the Android loadMinimal issue: #358 (comment)

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

No branches or pull requests

9 participants