devextreme-vue-template
devextreme-vue-template copied to clipboard
landscape on mobile
Hi, How to make it landscape on mobile? using screen api failed.
watch( () => props.isXSmall, () => { screen.orientation.lock("landscape"); } );