vasilevich / react-fullscreen-crossbrowser

A simple react full-screen component, which will work in both, JS and TS environment.
https://www.npmjs.com/package/react-fullscreen-crossbrowser
MIT License
27 stars 7 forks source link

Full screen zoom the screen #14

Open kordou opened 10 months ago

kordou commented 10 months ago

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