如何在 webview flutter 包中获取历史记录

How to get the history in webview flutter package

提问人:Jaafar Melhem 提问时间:4/26/2022 更新时间:4/27/2022 访问量:890

问:

我正在尝试使用 webview flutter 包在单独的小部件中显示浏览器的历史记录

如何访问历史记录列表以获取它?

Flutter Dart WebView 历史

评论

1赞 Guilherme Gabanelli 4/27/2022
您应该考虑使用flutter_inappwebview,此库具有获取导航历史记录的方法

答:

0赞 kekoTheWise 4/27/2022 #1

您可以尝试为 onPageStarted 属性提供回调函数,并通过该函数存储 url。

评论

0赞 Jaafar Melhem 4/27/2022
实际上,该包将链接存储在内存中的某个地方,因此我正在寻找一种访问它的方法,而不是再次存储它