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
I have searched for existing issues that already include this feature request, without success.
Describe the Feature Request
The toast either gets in the way, or is out of eyesight.
I want to position it as a lower-third.
I have an ion-footer / ion-toolbar in my app, and if I put the toast at the bottom then it covers the ui and gets in the way.
Putting it at the middle or top, even I miss it sometimes, as the app developer. Modern phones are tall and its out of my eyesight when I'm pressing an ok or save button in the footer of the screen.
I wanted to adjust it but the component uses css shadow parts and the positioning is done in a part that is not exposed.
This doesn't work because it just moves the text inside the toast, not the background and actual toast:
Prerequisites
Describe the Feature Request
The toast either gets in the way, or is out of eyesight.
I want to position it as a lower-third.
I have an ion-footer / ion-toolbar in my app, and if I put the toast at the bottom then it covers the ui and gets in the way.
Putting it at the middle or top, even I miss it sometimes, as the app developer. Modern phones are tall and its out of my eyesight when I'm pressing an ok or save button in the footer of the screen.
I wanted to adjust it but the component uses css shadow parts and the positioning is done in a part that is not exposed.
This doesn't work because it just moves the text inside the toast, not the background and actual toast:
This doesn't work because its not exposed:
This does "work" but it affects the outer container, and I'm nervous that it's not a clean way of doing things:
It ends up like this:
Describe the Use Case
Allow fine grained control over the toast position
Describe Preferred Solution
Access to the
.toast-wrapper
or some setting method.Describe Alternatives
No response
Related Code
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: