2015-06-25 56 views
0

反正有申報這段代碼在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> 

我要強制在所有時間山水在我的應用程序,以及其他聲明似乎不工作...任何想法?

回答

1

@totothegreat, 你可以從以前的文章中回憶這段:

最後,如果你想用config.xml來實現這個功能,那麼我建議你你read the thread with Ben Jones' implementation。祝你好運,文字 我回來了,如果你還有問題。

有沒有什麼不明確的這篇文章?需要解釋的東西?

傑西

0

您必須添加下面一行在你的config.xml:

<preference name="Orientation" value="landscape" /> 

Documentation

+0

這一個是不工作,當我進入我的應用程序,這個配置將被忽略,但它仍然顯示秒或我的肖像應用程序2,然後自我修復,這不是一個好東西 – totothegreat

+0

您的科爾多瓦版本? –

+0

3.7.0看起來像最新的不是嗎? – totothegreat