Landscape mode only message on application

0
Hi All,   I am trying to build an app which is landscape only. So when the device is in portrait mode it should show a text that application is landscape mode only. I managed to hide all items when app is in portrait mode using custom css, but unable to show the message only in portrait mode as it is also part of body and gets hidden. Any workaround to resolve this issue?
asked
1 answers
0

Maybe implementing something like the solution mentioned here: https://stackoverflow.com/questions/66044959/how-do-i-show-something-only-if-the-device-is-portrait-with-html-css can solve your issue?

answered