Replies: 2 comments 2 replies
-
Has anyone had this problem? Please help |
Beta Was this translation helpful? Give feedback.
0 replies
-
The 2nd StackLayout fully covers the first one, and prevents interaction. You could move the margin to the StackLayout in this case, but the right approach depends on what you are trying to do. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When two elements are overlapped using GridLayout, element below becomes unavailable because it is covered by another element. This is not the case with android.
Code example:
In this example the TEST button is not clickable on iOS, while on Android both are clickable.
Beta Was this translation helpful? Give feedback.
All reactions