Class com.zmags.api.Viewer.FullscreenMode
If you are experiencing a problem and need to troubleshoot, please send an e-mail to support@zmags.com.
Constructor Attributes | Constructor Name and Description |
---|---|
Enum class for fullscreen modes.
|
Field Attributes | Field Name and Description |
---|---|
<static> <constant> |
com.zmags.api.Viewer.FullscreenMode.API_ONLY
The "API Only" fullscreen mode.
|
<static> <constant> |
com.zmags.api.Viewer.FullscreenMode.DEFAULT
The default fullscreen mode.
|
Class Detail
com.zmags.api.Viewer.FullscreenMode()
Enum class for fullscreen modes.
Fullscreen modes are used to determine what the fullscreen toolbar button does when activated.
Field Detail
<static> <constant>
com.zmags.api.Viewer.FullscreenMode.API_ONLY
The "API Only" fullscreen mode.
In this mode, the viewer will only fire a TOOLBAR_BUTTON_ACTIVATE API event when the toolbar button is activated. No native fullscreen support will be toggled by the viewer.
<static> <constant>
com.zmags.api.Viewer.FullscreenMode.DEFAULT
The default fullscreen mode.
In this mode, the viewer toggles the native fullscreen support of the Flash player (for the Flash viewer) or browser (for the HTML5 viewer). A TOOLBAR_BUTTON_ACTIVATE API event will also be fired.
For the HTML5 viewer, browsers and devices that do not support native fullscreen will not show the fullscreen button.