Topic: artefacts showing on extreme right

I'm using WebApp with PhoneGap on Android.

And there are two noticeable issues.

The first is that on small pages a think white bar runs down the right-side of the screen. Almost as if it is reserving the space for the vertical scrollbar.

The second is that on layer transitions, sometimes when pages have menu buttons or text boxes, some remnants of their rendering can remain in the right-side bar area.

Screen cap from Android emulator below, though it also does the same on an HTC Hero.

http://img175.imageshack.us/img175/6884/weirdline.png

Re: artefacts showing on extreme right

My app is fairly complex and runs on many platforms (including the Android emulator) without the issue that you describe. Have you validated your code at http://validator.w3.org to make sure you haven't made any HTML mistakes, only what you're describing is typical of the sort of issues you get if your tags are not correctly formed?

Re: artefacts showing on extreme right

The layout is designed to fit the full width of the browser window.
If there is remnant item (on the scrollbar area?), this should be a rendering bug in the Android browser.

What version of Android is this and what version of WAn are you using?

/!\ Don't forget to "Like" WebApp.Net from the homepage.

Re: artefacts showing on extreme right

losttheplot - yes validated at W3.

Chrilith - Android 1.6 and WebApp.Net 0.5.2

UPDATE: I've just tried this with Android 2.1 as well, still the remnants appear in the right-hand side.

Last edited by bixbarton (2010-02-15 11:03:01)