【问题标题】:Freeze Android orientation to portrait (Phonegap App)?将 Android 方向冻结为纵向(Phonegap 应用程序)?
【发布时间】:2012-01-04 10:49:35
【问题描述】:

我正在使用 Phonegap 开发一个 Android 应用程序 - 有什么方法可以冻结屏幕旋转以仅显示纵向 - 所以当手机倾斜横向时它不会移动?

我尝试添加-

    android:screenOrientation="portrait"

到我的 android 清单文件,但这没有用。我正在使用 Android 2.1 进行开发

干杯 保罗

【问题讨论】:

  • 您是否将 screenOrientation 添加到活动标签中?
  • 显示你的清单文件?

标签: android jquery-mobile cordova


【解决方案1】:

只需将以下代码添加到您的清单文件中:

<activity
        android:screenOrientation="portrait">

您是否仅将以下代码添加到活动中?

【讨论】:

  • 为您的帮助干杯 - 工作一种享受 - 我最初并没有意识到我需要将它添加到每个活动中。干杯。保罗
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2020-06-12
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多