Mobideck / appdeck

AppDeck is a mobile hybrid application engine for iOS and Android.
http://www.appdeck.mobi/
47 stars 22 forks source link

Menu issues #52

Closed ghost closed 8 years ago

ghost commented 8 years ago

Hi ! I have a right menu and a main page. In my main page I have a button which has as function : app.clearcache(); app.page.rootandreload("index.html");

So, when i click on it, my right menu become index.html... An idea ?

EDIT : My bad, just use app.page.root("index.html");