Fullscreen
Usage
<section data-controller="pwa--fullscreen">
<img id="image1" src="https://picsum.photos/400/600" alt="Sample Image" class="h-auto max-w-full">
<button {{ stimulus_action('pwa--fullscreen', 'request', 'click') }}>
The page
</button>
<button {{ stimulus_action('pwa--fullscreen', 'request', 'click', {target: '#image1'}) }}>
The image
</button>
</section>Parameters
Actions
Targets
Events
Last updated
Was this helpful?