如何在关闭应用程序之前返回到上一个URL,Ionic?

huangapple go评论65阅读模式
英文:

How can I back to last url before close app ionic?

问题

我想要获取用户在关闭应用程序之前访问的最后一个页面的网址。当他们再次打开应用程序时,他们将被重定向到该最后一个网址。

我不知道如何获取最后一个网址。我尝试使用路由事件、IonAppBrowser。

英文:

I want to get the last page Url that user come before they close app. And when they open again, they will redirect to that last Url

I dont know how to get the last url. I try use router event, Ionappbrowser

答案1

得分: 1

你必须将路由网址保存在存储中,然后当应用程序再次加载时,将获取该网址的方法放置在ngOninit生命周期方法中。

你可以使用路由器获取网址。https://ionicframework.com/docs/api/router

英文:

You have to save the route url in storage and then when app is loaded again, place the method to get that url from storage in the ngOninit lifecycle method.

You use the router to get the url. https://ionicframework.com/docs/api/router

huangapple
  • 本文由 发表于 2023年2月10日 13:27:35
  • 转载请务必保留本文链接:https://go.coder-hub.com/75407282.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定