javascript - Managing back button jquery mobile after loading content -


I am working on a jquery mobile hybrid app. As I have a fixed skeleton of the app, all I do is, the content of each page & lt; Div data-role = "content" & gt; The header / footer preserves / sidebar etc ...

  $ ("# Page Content"). Load ("page / login-view html", function () {$ (this) .enhanceWithin ();});  

Everything is working fine.

But what is blocking me right now is managing the action while clicking on a left arrow in the header.

Since I am not reloading the whole page and I am loading content only on pages within my main page, I have no idea how the backstack or use

thank you


Comments

Popular posts from this blog

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

c# - WPF Expander overlay used in ItemsControl -

class - Kivy: how to instantiate a dynamic classes in python -