Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Overlap using GridLayout iOS issue #10507

Closed
sasabogi opened this issue Mar 29, 2024 · 1 comment
Closed

Overlap using GridLayout iOS issue #10507

sasabogi opened this issue Mar 29, 2024 · 1 comment

Comments

@sasabogi
Copy link

sasabogi commented Mar 29, 2024

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:

<GridLayout rows="*">
    <StackLayout row="0">
        <Button text="TEST"></Button>
    </StackLayout>
    <StackLayout row="0">
        <Button text="TEST1" style="margin-top: 50;"></Button>
    </StackLayout>
</GridLayout>

In this example the TEST button is not clickable on iOS, while on Android both are clickable.

@sasabogi
Copy link
Author

sasabogi commented Apr 8, 2024

Has anyone had this problem? Please help

@rigor789 rigor789 transferred this issue from NativeScript/plugins Apr 8, 2024
@NativeScript NativeScript locked and limited conversation to collaborators Apr 8, 2024
@rigor789 rigor789 converted this issue into discussion #10508 Apr 8, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant