Skip to content

IOS Snackbar like behaviour #10263

Answered by rigor789
Sanyos asked this question in Q&A
Apr 5, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

You can try setting isUserInteractionEnabled="false" on the AbsoluteLayout.

ps.: For positioning though, I would recommend using a GridLayout and rows="*, auto" and placing the snackbar into row="1" to push it to the bottom of the screen. It's usually simpler than positioning with AbsoluteLayout.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Sanyos
Comment options

Answer selected by Sanyos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants