App uses incorrect screen resolution
I wonder whether anybody has stumbled over this..
When I generate an android app with RH10 and display it on a device with 480x800 screen resolution, then the HTML pages act as if they run on 320x480 instead.
This results in the following problems:
* Images in topics that would actually fit easily on a 480x800 display (e.g. images with a width of 350) are scaled larger and require horizontal scrolling.
* Media queries do not funktion properly. MQs that switch depending on width (e.g. changing formatting at a screen width below 340) apply the smaller size formatting even though the screen width is larger.
We have confirmed this behaviour on two different devices (Android 2.2.2 and 2.3.4). I have also tried adding a supports-screens tag to the manifest to enable xlargeScreens but this did not help. Any ideas?
Robert
