devextreme-vue-template icon indicating copy to clipboard operation
devextreme-vue-template copied to clipboard

landscape on mobile

Open softboy99 opened this issue 4 years ago • 0 comments

Hi, How to make it landscape on mobile? using screen api failed.

watch( () => props.isXSmall, () => { screen.orientation.lock("landscape"); } );

softboy99 avatar Jul 21 '21 02:07 softboy99