I have a scrollable screen set with a background color (gradient)
This only happens on an Iphone
When I drag the screen from top or bottom a white patch is shown behind the page. How can I make the screen not draggable like it is on an android phone
I have a scrollable screen set with a background color (gradient)
This only happens on an Iphone
When I drag the screen from top or bottom a white patch is shown behind the page. How can I make the screen not draggable like it is on an android phone
Yeah the issue is the gradient, because its scrollable, the gradient doesn’t know where to start and end. As such, its a setting we will remove on the view itself.
To make a view not scrollable, select the not scrollable view type on the view PE
Removing the gradient worked for me