-
Notifications
You must be signed in to change notification settings - Fork 334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add editor.goFullscreen() #156
Comments
Working on it from #146. Question: would you like |
Great! I'm OK with |
There's two other things I'm working on that will take care of the This code is actually finished but I'm writing tests and docs on it. I'll let you know when it's done. Hopefully today or tomorrow. Note about the fullscreen method tho, you wont be able to programmatically call native fullscreen. If your browser supports native fullscreen and you call Also, I'm adding a boolean |
…s the useNativeFullscreen option. Added docs and tests.
@narfdotpl Alright, pull develop! I've added the fullscreen API stuff. There's 2 new methods Let me know if this is what you expected and is working well! |
Thanks, works great! ✨ |
I'd like the editor to go into the fullscreen mode immediately after
editor.load()
. Is that possible? If not, it would be great, if you could add a publicgoFullscreen()
method.The text was updated successfully, but these errors were encountered: