jquerymobile-splitview icon indicating copy to clipboard operation
jquerymobile-splitview copied to clipboard

Flickering effect during page change.

Open nilabh opened this issue 13 years ago • 2 comments

I have pages in different html files.When i link a page to a panel both the panels gets refreshed and i have a flickering effect. When i click on a button in the left panel both the panel have a flickering effect. This problem is only in landscape mode and works fine in browser but not on ipad or any phone. Can u plx help me out with it asap.It will be of great help.

nilabh avatar Oct 18 '12 04:10 nilabh

I'm having the same problem on a Galaxy Tab 2 10.1 with both the packaged jquery mobile and jquery mobile 1.3. The problem also exists on the emulator at the same resolution, but is less noticeable because the emulator is faster than the tablet.

woztheproblem avatar Mar 15 '13 18:03 woztheproblem

Just so you can replicate the issue, it can be easily seen on the demo site (http://asyraf9.github.com/jquerymobile-splitview). For me, it is most obvious on an actual device. Just click on the "About" menu item on the left panel, which should only cause the left panel to change, but you will see that the right panel flickers.

Update: The problem appears to have been caused by hardware acceleration in Android. After setting hardware acceleration to false in the Android manifest, the problem went away.

woztheproblem avatar Mar 15 '13 19:03 woztheproblem