Should this component take of hiding the native controls when `controls={false}` on full screen mode? ```css video::-webkit-media-controls { display:none !important; } ```
Should this component take of hiding the native controls when
controls={false}on full screen mode?