You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
As soon as I add iosOverflowSafeArea="false" also to the first StackLayout (as recommended due to bug #1593), the last elements are below the scrollable area and can only be seen when the area is "overscrolled" (bounce effect). What is the appropriate way?
To Reproduce
See code above.
Expected behavior
All entries in a ScrollView/StackLayout should be visible and *ngFor should be working as expected (although this is discussed in #1593).
The text was updated successfully, but these errors were encountered:
@cremfert the issue seems like a duplicate of the linked one . Can you please post a Playground demo demonstrating your exact problem so we could investigate further.
Environment
Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):Describe the bug
This is my code:
As soon as I add
iosOverflowSafeArea="false"
also to the first StackLayout (as recommended due to bug #1593), the last elements are below the scrollable area and can only be seen when the area is "overscrolled" (bounce effect). What is the appropriate way?To Reproduce
See code above.
Expected behavior
All entries in a ScrollView/StackLayout should be visible and
*ngFor
should be working as expected (although this is discussed in #1593).The text was updated successfully, but these errors were encountered: