Skip to content
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

[Android] Snackbar hidden when used on fullscreen modal #14

Open
jscti opened this issue Jun 19, 2020 · 3 comments
Open

[Android] Snackbar hidden when used on fullscreen modal #14

jscti opened this issue Jun 19, 2020 · 3 comments

Comments

@jscti
Copy link

jscti commented Jun 19, 2020

When using a fullscreen modal on Android, the snackbar doesn't appear as it shows up underneath the modalview, on the main view which is not visible

@posokhin
Copy link

i have too this problem

@bradmartin
Copy link
Collaborator

Have you tried passing a View inside the modal https://github.com/nstudio/nativescript-snackbar#api when calling the snackbar? Like grabbing the root layout of your modal page, maybe it's a stacklayout or grid, and passing that instance as the View argument for the snackbar? It should then be visible.

@posokhin
Copy link

posokhin commented Oct 20, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants