-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Hi all
I am trying to use the Fullscrenn in a react app
<Fullscreen
enabled={snap.isFullscreenEnabled}
className="w-screen h-screen overflow-hidden"
>
<Experience/>
</Fullscreen>
and ind the <Experience/> i have
<Experience className ="className="w-screen h-screen absolute top-0 left-0 overflow-hidden full-screenable-node" >
... code here
</Experience>
but in many devices the fullsceen zoom the screen about 10% and i loose my navigation buttons
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels