Support for xlarge (tablet) screen on Android?

2 posts / 0 new
Last post
Felix Kenton
fpkenton's picture
Offline
Mobile Conjurer
Joined: 5 Sep 2011
Posts:
Support for xlarge (tablet) screen on Android?

I've just found out that my MoSync application gets opened in "Compatibility View" on 'xlarge' size screens (ie: tablets). To stop this happening support for xlarge screens must be specified in the manifest with the line.

<supports-screens android:xlargeScreens="true" />

However, this is only possible with APIs 9 upwards (2.3.3 and later), and thus doesn't work with the android-7.

Had anyone else run into this problem, and has anyone found a workaround?

Felix

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Miguel Augusto
miguelmaugusto's picture
Offline
Mobile Wizard
Joined: 19 Dec 2011
Posts:

How do you know it gets opened in "Compatibility View"? what I get is memory being allocated like crazy...