Is there a way to force horizontal / landscape layout on mobile devices?

后端 未结 2 1339
孤城傲影
孤城傲影 2020-12-01 13:20

I\'m building a mobile version of a website, and in this specific case it would look perfect in horizontal layout. Is there a way to force this layout no matter user setting

2条回答
  •  春和景丽
    2020-12-01 14:06

    Try adding this Meta to your

    
    

    The presence of a horizontal scrollbar in vertical mode will cue the user that he/she needs to rotate into landscape. I can't see many use cases for this - but I have seen this for some games and mapping applications so it's not entirely evil.

提交回复
热议问题