On iOS the user can swipe right or left even when there's no item there, it rebounds but the user can still see part of a white screen. Is there anyway to prevent this?
Asked
Active
Viewed 163 times
1 Answers
0
This is related to the physics your widget is using. Try this on your PageView:
physics: BouncingScrollPhysics(),

Benedikt J Schlegel
- 1,707
- 1
- 10
- 23
-
It still shows the white screen albeit with more bouncing. – alibiineed May 30 '20 at 00:32