I have many issues with changePage, it is slow, it is not consistent with scroll position for me, it uses display:none for inactive page that scrambles tiles positions set with masonry layout, but most importantly, it gets in a way of implementing the caching strategy that makes LinkedIn apps fly.
So my question is, how do I approach it?
And may be another question is, does anyone know of a better page transition code/plugin? I was looking the other day at the transitions used in FirefoxOS core apps and they are cool, but not necessarily tested on other platforms (although seem to work on Chrome too).
I see that jqm 1.4 alpha added support for svg icons. Font awesome also exists in svg form, but not sure how to use it with jqm 1.4. So far we have been struggling to use fontawesome using the great project fontawesome jqm icon pack. The trouble with it is that it does not override the default icons which are in png files. We are looking for a better solution that avoids using png files altogether.