Some test text!
Web / FAQ / Why full screen button is disabled on iPhone
If you have used WebViewer on an iOS device (iPhone or iPad), you may have noticed the fullscreen
button is hidden (disabled)
The reason it's disabled is that the browser fullscreen API is actually not supported on iPhones. Technically the API is supported on iPads, however iPad touch gestures will often cause fullscreen mode to be exited accidentally when panning around the document. Because of this WebViewer disables the fullscreen
button on all iOS devices by default.
If needed on iPad (where the API is supported), you can still toggle the visibility of the fullscreen
button using instance.enableElements(['fullscreenButton'])
.
Trial setup questions? Ask experts on Discord
Need other help? Contact Support
Pricing or product questions? Contact Sales