cordova - Android orientation in phonegap build? -


is there anyway declare piece of code in config.xml (the android.manifest not exist in phonegap build):

<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> 

i want force landscape @ times in app, , other declarations dont seem work...any thoughts?

@totothegreat, may recall previous post:

lastly, if want implement config.xml, suggest read thread ben jones' implementation. best of luck, text me back, if still having problems.

is there not clear in post? needs explaining?

jesse


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -