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