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
When navigating from /one to /two, the modal opens in a medium style, even though /two should be displayed in a large modal.
I'm not sure if this is the expected behavior—I was just surprised when I encountered it.
My use-case:
I have a modal that contains an action menu, similar to the MenuComponent, just with HTML
Some of the links in the menu should open a new modal, preferably in a larger style.
Notes:
The order of modal_style doesn't seem to matter (large → medium | medium → large | medium → full etc.)
On Android, where only two modal styles are available by default, the correct modal style is applied.
I think that modal-to-modal navigation should respect the style. Assuming this is possible, then yes, we would happily accept a PR fixing the behavior.
I've noticed that the current implementation of modal-to-modal navigation doesn't account for different
modal_style
properties.Example Path Configuration for the Demo app:
"/one" should be opened in a medium modal
"/two" should be opened in a large modal
When navigating from
/one
to/two
, the modal opens in a medium style, even though/two
should be displayed in a large modal.I'm not sure if this is the expected behavior—I was just surprised when I encountered it.
My use-case:
Notes:
modal_style
doesn't seem to matter (large → medium | medium → large | medium → full etc.)Example Path Configuration for the Android app:
Happy to submit a PR if you think this is a desirable behaviour.
The text was updated successfully, but these errors were encountered: