I created an app (with Phonegap) that works perfectly on a couple of Samsung devices (Galaxy S2's), but not on the 2 LG Optimus L5 that I have tested it with.
The LG's have lower resolution, maybe this could cause the problem.
When the popup should show on the LG phone, the popup itself is not shown, but the grey-ish background of the popup is shown. On the Samsungs, the popup is shown as expected, with close button.
I have created a multi page html file to show the problem. Page 1 has one listview item that points to page 2 and I use the hardware back button to get back to page 1. When I arrive on page 1 (coming from page 2) and click the back button again, I go to page 2 again, instead of leaving the app. Is that expected behaviour?
I have a weird problem with a listview with image. The issue is that the image in the listview <li> is displayed above the text in the same <li>
My listview is built up like this: <li data-icon='false'><img src='http://www.mydomain.com/images/image.jpg' /><a href='#' data-rel='external'>link text</a></li>
Is this a known issue with the lastest jqueyr mobile version?