Hi,
I've got rid of android flickering on pages using the suggested:
CSS
#ajaxBusy {display: none !important;}
JS
$.mobile.defaultPageTransition = 'none';
$.mobile.defaultDialogTransition = 'none';
Works a treat! ![]()
When I display a popup though, there is quite a bit of flickering.
I notice that a page show event is associated to a transition effect (default), but the popup isn't, is there a workaround for this please?
Is there such a thing as - $.mobile.defaultPopupTransition = 'none'; ?
Thanks,
Dale.
(I'm running from .apk)