GoFullScreen - Vaadin Add-on Directory
Button that will toggle client fullscreen modeSource Code
Issue Tracker
Author Homepage
GoFullScreen version 0.1.0
null
GoFullScreen version 0.1.1
Adds server side fullscreen state change events to 0.1.0 version (thanks Sven for feedback!)
GoFullScreen version 0.2.0
Now uses higher level client side element when fullscreen target is not provided. This will allow you to have popups, subwindows etc. at your fullscreen view. Before UI was used as default target, and this did not allow you to have popups and UI visible at same time.
GoFullScreen version 0.3.0
Adds support for IE11 and Safari (not iOS)
GoFullScreen version 0.4.0
- FullScreenChangeListener extends now Serializable (Google App Engine issue)
- Adds FullScreenNativeButton
GoFullScreen version 0.4.1
Keyboard input now allowed in Chrome's fullscreen mode.
GoFullScreen version 0.5.3
Changes since 0.4.1:
- OSGi bundled
- Listener API cleanup (API break)
- Moved to use SCSS theming (add-on currently do not include any theming rules, so no actions required)
GoFullScreen version 0.6.0
0.6.0+ requires and supports Vaadin 8.
If you want to use add-on on Vaadin 7, please select 0.5.x versions.
GoFullScreen version 0.6.1
Add support for MenuBar