Skip to main content

Fullscreen

To enable the ability for the user to put the Dopple Visual Component into fullscreen mode we can add an <av-fullscreen> tag, as a child of the <av-native-ui> tag, and give it a native-button boolean attribute.

<atlatl-visual ...>
<av-product ...></av-product>
<av-native-ui>
<av-fullscreen native-button />
</av-native-ui>
</atlatl-visual>

This will display a button on top of the Dopple Visual Component in the lower right-hand corner on browsers and devices that support entering fullscreen mode.