Email composer show in landscape mode when restrict application in
portrait mode (android +phonegap )
I restricted my application on portrait mode in phonegap.But when I used
email composer plugin and open email composer the it show in landscape
mode ? why is there any way to show email composer in only portrait mode.?
<activity
android:name=".Activity.SplashScreenActivity"
android:label="@string/app_name"
android:screenOrientation="portrait">
<intent-filter>
<action
android:name="android.intent.action.MAIN" />
<category
android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
No comments:
Post a Comment