-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vue Integration #8
Comments
Following up on this, have people managed to do this? I'm planning on integrating webviews into my Nativescript-Vue app |
@krthush Take a look at this solution, shripalsoni04/nativescript-webview-interface#50 it works in my NativeScript-Vue app |
Hi, I'm using Vuejs, In my case, nothing happening, Will you please share cade? |
In my case it did not triger onLoad from Page. I moved setupWebViewInterface to mounted(). Do not forget to add nativescript-webview-interface.js to your webview. |
Looking for vue integration support. Currently there seems to be none.
Normally registering a module would follow this convention,
Vue.registerElement('web-view', () => require('nativescript-webview-interface'))
The text was updated successfully, but these errors were encountered: