jQuery Mobile and Android Webview cant change Page

jQuery Mobile and Android Webview cant change Page

Hi,

I have a big problem with jQuery Mobile and Android Webview. 

I have three html files and in each file there are different pages:

index.html #login #register #pwreset main.html #latestchats #friendlist #chat #friendinfo option.html #profil #options 
  

(the words with the hashtags are the pages inside the html)

So, when I log in, I switch with $.mobile.changePage("main.html"); to the main.html file with the #latestchats page. Now I will change to my profil using $.mobile.changePage("option.html");. So this is the problem, the view does nothing...