jquery mobile - Tilegrid error in Phonegap -


i'm having error:

06-27 10:19:40.503: e/tilegrid(24474): unexpected portion:left, top, right, bottom 0.000000 0.000000 -0.002500 0.018672<br> 06-27 10:19:40.503: e/tilegrid(24474): unexpected portion:left, top, right, bottom 0.000000 0.000000 -0.002500 1.000000<br> 06-27 10:19:40.503: e/tilegrid(24474): unexpected portion:left, top, right, bottom 0.000000 0.000000 -0.002500 1.000000<br> 06-27 10:19:40.503: e/tilegrid(24474): unexpected portion:left, top, right, bottom 0.000000 0.000000 -0.002500 1.000000<br> 06-27 10:19:40.503: e/tilegrid(24474): unexpected portion:left, top, right, bottom 0.000000 0.000000 -0.002500 1.000000<br> 06-27 10:19:40.503: e/tilegrid(24474): unexpected portion:left, top, right, bottom 0.000000 0.010391 -0.002500 1.000000<br> 

i'm using phonegap 3.5.0, jquery 2.1.1 , jquery mobile 1.4.2 (targeting android), , had error before (in apps), didn't affect functionalities. time, however, in multipage app, seems affecting pagecontainer('change', 'mypage') method... page transition works before error, after that, changes pages 5 (i'm using swipe events, needs 5 swipes change page, , jumps 1 5, e.g.).

the error occurs after 2 or 3 page changes, other times after 50, can't figure out...

i found error message in tilegrid.cpp, on android (line 357):
http://osxr.org/android/source/external/webkit/source/webcore/platform/graphics/android/rendering/tilegrid.cpp
...but couldn't find solution.

any appreciated!

ok, found problem , answer in case have same issue: problem was using jquery 2.1.1, , jqmobile expected work correctly 1.9+ versions (it explained on documentation).

changing jquery 1.11.1 made page transitions work correctly.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -