Hi, I’m using Modal from forge/bridge and I would like to display it in fullscreen mode.
I set the size to ‘max’ which means the width and height are ‘100%’ but It seems like the modal size is limited.
If you have any idea on this I would be appreciated.
Hi,
you are limited in the available sizes. As by https://developer.atlassian.com/platform/forge/apis-reference/ui-api-bridge/modal/ , you only have
size?: 'small' | 'medium' | 'large' | 'xlarge' | 'max';
for the available sizes.
If ‘max’ doesn’t work for you, then you are out of luck.
Best regards,
Christopher
1 Like
→ FRGE-557 Fullscreen custom UI modals
“Created November 19, 2021 at 5:55 PM”
1 Like
