反正有申報這段代碼在config.xml中(該android.manifest不PhoneGap的構建存在):phonegap構建中的Android方向?
<activity
android:name=".Activity.SplashScreenActivity"
android:label="@string/app_name"
android:screenOrientation="landscape">
<intent-filter>
<action
android:name="android.intent.action.MAIN" />
<category
android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
我要強制在所有時間山水在我的應用程序,以及其他聲明似乎不工作...任何想法?
這一個是不工作,當我進入我的應用程序,這個配置將被忽略,但它仍然顯示秒或我的肖像應用程序2,然後自我修復,這不是一個好東西 – totothegreat
您的科爾多瓦版本? –
3.7.0看起來像最新的不是嗎? – totothegreat