devedbox / AXWebViewController

AXWebViewController is a webViewController to browse web content inside applications. It’s a lightweight controller on iOS platform based on WKWebView (UIWebView would be the base Kit under iOS 8.0). It added navigation tool bar to refresh, go back, go forward and so on. It support the navigation style on WeChat. It is a simple-using and convenient web view controller using inside applications.
MIT License
798 stars 134 forks source link

使用Vue.js单页面加载,动态改变title,以及返回事件的遇到问题 #83

Open LHWen opened 6 years ago

LHWen commented 6 years ago

使用Vue.js单页面加载,动态改变title,使用您最新的导航栏可以改变title,但是点击返回就直接退出了,我使用你之前版本的返回不会直接退出,但是导航栏title不会改变,我如果想自己添加获取改变当前导航栏title,需要如何处理。如果可以提供处理方式,请发邮件到1109070804@qq.com邮箱,谢谢!

devedbox commented 5 years ago

@LHWen 具体是哪两个版本?

LHWen commented 5 years ago

@devedbox 具体哪一个版本我不太记得了(当时使用时这见该库放在项目文件里面,没有使用荚所以不太记得是哪个版本了,对此无法提供版本表示抱歉!),我现在添加了标题的志愿事件,监听导航栏标题改变来解决这个问题。