【问题标题】:Website in landscape mode on mobile device using angular?使用角度的移动设备上的横向模式网站?
【发布时间】:2021-09-16 07:14:28
【问题描述】:

如何使用 Angular 在移动设备上以横向模式自动打开网站?

【问题讨论】:

    标签: html css angular


    【解决方案1】:

    我认为这不是角度问题,而是 HTML 问题。也许this answer can help

    index.html

    <link rel="manifest" href="manifest.json">
    

    manifest.json

    {
        "display":      "standalone", /* Could be "fullscreen", "standalone", "minimal-ui", or "browser" */
        "orientation":  "landscape", /* Could be "landscape" or "portrait" */
        ...
    }
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2015-08-26
      • 2015-01-24
      • 1970-01-01
      • 2013-10-03
      • 2023-03-08
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多