我在我的weex应用程序中使用vue-router,并通过this.$router.push和this.$router.go(-1)管理页面跳转。然而,我的weex应用程序是一个SPA,当在Android中单击RETURN entity键时,整个页面都会关闭。如何拦截Android中点击RETURN entity键时的事件并停止?
发布于 2018-06-08 15:04:14
您应该使用weex导航器来获取对本机返回https://weex.incubator.apache.org/references/modules/navigator.html的支持
https://stackoverflow.com/questions/48579113
复制相似问题