So I am transitioning to a page doing this:
$.mobile.changePage( "newPage.html", "fade");
but for some reason the page is not showing the fancy transition the way it should. Does anyone know why this may be happening? JQM is loading all right and everything seems to be functioning properly except the page transitions. Do you need to do anything special to configure the page transitions?
This is JQM-B2 btw.