Listening on a webhook in app.vue which triggers the message. I added the onTap() method with the code this.$navigateTo(MyChats) however it keeps crashing with:
NativeScript encountered a fatal error: TypeError: this.$navigateTo is not a function. (In 'this.$navigateTo(_overview_MyChats_vue__WEBPACK_IMPORTED_MODULE_4__["default"])', 'this.$navigateTo' is undefined)
I guess the question here is what scope does OnTap() operate it?
Listening on a webhook in app.vue which triggers the message. I added the onTap() method with the code this.$navigateTo(MyChats) however it keeps crashing with:
NativeScript encountered a fatal error: TypeError: this.$navigateTo is not a function. (In 'this.$navigateTo(_overview_MyChats_vue__WEBPACK_IMPORTED_MODULE_4__["default"])', 'this.$navigateTo' is undefined)
I'm using Nativescript with VueJS