After swipe, first blank screen

After swipe, first blank screen

Hello,

I am having a problem with jQuery Mobile. When i add a swipeleft to a page it works but first it loads a blank screen, just the body. When you click on the screen it works.

Why does the blank screen first appear?

Code:
$("#page1").live("swipeleft", function()
{
   $.mobile.changePage("#page2", "slide", false, true);
});

Any Ideas?