清除jquerymobile应用程序的后退堆栈
我目前正在编写一个 jQueryMobile/Phonegap 应用程序,并且正在寻找返回应用程序第一页并删除整个返回堆栈的可能性。 因此,再次按下后退按钮会将我带到 Android 主屏幕。
我应该看起来像这样:
Page1 <->第2页<->第3页-> Page1
- Page1 指的是 Page2。
- Page2 上的后退按钮引用 Page1。
- ...
- Page3 指的是 Page1。
- Page1 上的后退按钮指的是 Android 主屏幕。
I am currently writing a jQueryMobile/ Phonegap app and I am searching for a possibility to go back to the first page of my app and remove the whole back stack.
So pressing on the back button again would bring me to the android home screen.
I should look like this:
Page1 <-> Page2 <-> Page3 -> Page1
- Page1 refers to Page2.
- The back button on Page2 refers to Page1.
- ...
- Page3 refers to Page1.
- The back button on Page1 refers to the android home screen.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是我用的。覆盖后退按钮行为。随着应用程序的进展,手动设置您所在的位置以及您想要返回的位置。
Here's what I use. Override the backbutton behavior. As your app progresses, manually set where you are and where you want back to go.