-
Notifications
You must be signed in to change notification settings - Fork 37
Execute vue method on server-side via webviewext #82
Comments
Hi, I managed it by doing a click on my
It would be nice if someone manage to solve it in another way (like calling the vue method directly). |
It is very hard to help without a more complete code example, showing the problem. I don't know anything about Vue, making it even harder to help. |
Hi @m-abs, Thanks for your time. My scenario is like this:
I have a server-side code that refreshes the page.
Note: if the |
It would be much better, if you create a small test project demonstrating the problem. Either as a github repo or attached as a zip-file. |
Hi,
how can I execute a Vue method on my server-side code called by my Nativescript app?
In my server-side I have a vue method called
refreshPage()
and I want to execute it by calling it from the NS app. I have read aboutemitToWebView
in the documentation, but I can't find any example on this.I am using version 6.5.2 of webviewext: "@nota/nativescript-webview-ext": "^6.5.2";
Can you help me?
Thanks in advance.
The text was updated successfully, but these errors were encountered: