You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Vladimir Kotikov (JIRA)" <ji...@apache.org> on 2016/03/18 11:43:33 UTC

[jira] [Comment Edited] (CB-10837) Add support for platform specific orientation

    [ https://issues.apache.org/jira/browse/CB-10837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15201299#comment-15201299 ] 

Vladimir Kotikov edited comment on CB-10837 at 3/18/16 10:42 AM:
-----------------------------------------------------------------

When i set invalid value the gradle fails with
{noformat}
:processDebugResources
E:\PROJECTS\Temp\foo\platforms\android\build\intermediates\manifests\full\debug\AndroidManifest.xml:35:40-43 : AAPT: String types not allowed (at 'screenOrientation' with value 'foo').
{noformat}

However, setting {{android:screenOrientation="userPortrait"}} which is supported starting from API level 18, and {{<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="14" android:maxSdkVersion="14"/>}} doesn't produce any errors. It is possible that device will just ignore unknown values here, but i'm not sure about this. Maybe [~bowserj] could shed some light here?


was (Author: vladimir.kotikov):
It seems yes. The gradle fails with
{noformat}
:processDebugResources
E:\PROJECTS\Temp\foo\platforms\android\build\intermediates\manifests\full\debug\AndroidManifest.xml:35:40-43 : AAPT: String types not allowed (at 'screenOrientation' with value 'foo').
{noformat}

However, setting {{android:screenOrientation="userPortrait"}} which is supported starting from API level 18, and {{<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="14" android:maxSdkVersion="14"/>}} doesn't produce any errors. It is possible that device will just ignore unknown values here, but i'm not sure about this. Maybe [~bowserj] could shed some light here?

> Add support for platform specific orientation
> ---------------------------------------------
>
>                 Key: CB-10837
>                 URL: https://issues.apache.org/jira/browse/CB-10837
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 5.4.1
>            Reporter: dcz.switcher
>              Labels: build, mustfix
>
> Hi,
> I want to set Manifest.xml activity with android:screenOrientation="nosensor"
> http://developer.android.com/guide/topics/manifest/activity-element.html#screen
> In cordova doc : 
> Additionally, you can specify any platform-specific orientation value if you place the <preference> element within a <platform> element:
> So, I do it in config.xml
> <platform name="android">
>         <preference name="orientation" value="nosensor" />
> </platform>
> but on build : 
> Unsupported global orientation: nosensor. Defaulting to value: default



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org