We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hi, How to make it landscape on mobile? using screen api failed.
watch( () => props.isXSmall, () => { screen.orientation.lock("landscape"); } );