gpt4 book ai didi

java - Android - 仅修复 1 页的屏幕方向(phonegap)

转载 作者:搜寻专家 更新时间:2023-10-30 21:25:52 25 4
gpt4 key购买 nike

我在修复 index.html 页面的屏幕方向时遇到了问题。我想允许应用程序旋转,但主页除外。我知道将以下内容添加到您的 Activity 中 - android:screenOrientation="portrait"会阻止屏幕旋转。

但是,我需要将其设置为特定于页面。我正在使用 phonegap,因此需要停止我的 Web View 页面。

我尝试在我的 list 中调用以下 Activity - com.phonegap.droidgap.index.html,但这没有用。

有人可以建议我如何仅定义 1 个页面的固定方向吗?

提前致谢

最佳答案

您可以使用这个适用于 Android 的 PhoneGap 插件:

https://github.com/champierre/pg-plugin-screen-orientation

并添加到您的 index.html 页面加载:

navigator.screenOrientation.set('portrait');

关于java - Android - 仅修复 1 页的屏幕方向(phonegap),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10348538/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com