Skip to main content
Participant
January 15, 2014
Question

recent air sdk (air 4.0 beta) is still not support xxhdpi

  • January 15, 2014
  • 1 reply
  • 1216 views

my application is set applicationDPI = '320'. and is working well in hdpi, xhdpi etc devices...

but new devices like galaxy S4 is 1920x1080 xxhdpi.

air 3.9, and this 4.0 version is not support that dpi, then my app layout is still broken.

this bug is fixed on Apache Flex SDK. so I used that sdk. but i want official adobe air sdk. is have adobe plan of resolving this?..

This topic has been closed for replies.

1 reply

Participant
April 18, 2014

I agree - this is not working for me either. Here are more details:

I'm having a similar issue where an iPad Mini w/ Retina display appears to be a low res deivce:

  • Apache SDK 4.12
  • FlashBuilder 4.7
  • .ipa compiled on both Mac and PC
  • tried pointing to an iOS 5.1 SDK during compile on both Mac and PC

app descriptor:

<iPhone>

        <InfoAdditions><![CDATA[

             <key>UIDeviceFamily</key>

             <array>

                    <string>1</string>

                    <string>2</string>

               </array>

               ]]>

        </InfoAdditions>

        <requestedDisplayResolution>high</requestedDisplayResolution>

</iPhone>

Test app reports -

Capabilities.screenResolutionX: 768

Capabilities.screenResolutionY: 1024

Capabilities.screenDPI: 132

stage.fullScreenWidth: 1024

stage.fullScreenHeight: 768

I'm expecting higher resolution and DPI. Any ideas why?

Test code is here:

https://www.dropbox.com/s/u072ou6enxa54k9/src.zip

Please let me know what else I can provide in order to help troubleshoot.