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?
I'm using Nativescript with VueJS