droidyuecom / comments_droidyuecom

0 stars 0 forks source link

Flutter webview 处理回退历史 - 技术小黑屋 #437

Open droidyuecom opened 2 years ago

droidyuecom commented 2 years ago

https://droidyue.com/blog/2022/07/12/flutter-webview-handle-self-goback-first/

Flutter Webview 处理回退历史 Jul 12th, 2022 在 App 开发中,我们总会遇到使用 WebView 的情况, 比如 我们打开了 网页A,然后点击 A 中的链接跳转到 B。如果这个时候,我们按一下系统的返回键,预期的应该是 返回A,而不是推到一个 Native 页面 …