Is possible to open a paper in full screen mode? #2739
Answered
by
kumilingus
LeleDallas
asked this question in
Q&A
-
IntroductionI need to open a paper in full screen mode. How can I achieve that behavior? Steps to reproduceNo response Restrictions & ConstraintsNo response Does your question relate to JointJS or JointJS+. Select both if applicable.JointJS+ |
Beta Was this translation helpful? Give feedback.
Answered by
kumilingus
Aug 19, 2024
Replies: 1 comment 5 replies
-
Yes, you can use toggleFullScreen() utility. util.toggleFullScreen(paper.el); |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't think that's possible for security reasons: https://developer.mozilla.org/en-US/docs/Web/API/Element/requestFullscreen#security