
Announcements
How does everyone manage to get a component to go full screen?
I would use "context.mode.setFullScreen(true/false);" but there doesn't seem to be a way to interact with the close button MS has added to it, which means I can't resize the component afterwards.
Hi @skoofy5 ,
Seems you are talking about Model-driven apps. ”context.mode.setFullScreen(value)“ does make the component full screen. When you set its value to true, it will auto resize to full screen even when you use a different device.
But what do you mean about "with the close button MS has added to it"? Could you provide some screenshot about this close button?
Best regards,
Allen