@brendonco wrote:
Hi,
I have a simple anchor tag, and when a user click the anchor, it opens a webview. But when I press the back button, it doesnt return back to the previous page. It only stay at the someurl page. Any idea how to return back to the previous page?
> <ion-nav-view> > <ion-view> > <ion-header-bar class="bar-stable"> > <h1 class="title">Title</h1> > </ion-header-bar> > <ion-content> > <a href="someurl"></a> > </ion-content> > </ion-view> > </ion-nav-view>
Posts: 3
Participants: 2