You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hi all
I am trying to use the Fullscrenn in a react app
The text was updated successfully, but these errors were encountered: