1

I use vue-router in my weex app, and manage jumping in pages by this.$router.push and this.$router.go(-1). However, my weex app is a SPA, and when clicking the RETURN entity key in Android, the whole page is closed. How can I intercept events when clicking the RETURN entity key in Android and stop it?

Dany Pop
  • 3,590
  • 2
  • 21
  • 28
尹雄拼
  • 11
  • 1

1 Answers1

0

You should use weex navigator to get support for the native RETURN https://weex.incubator.apache.org/references/modules/navigator.html

dcohenb
  • 2,099
  • 1
  • 17
  • 34