Simone Vratogna
Simone Vratogna
For nativescript-vue do: In your template: ```` .... .... ```` in ```` import { WebView } from 'tns-core-modules/ui/web-view' let webViewInterfaceModule = require('nativescript-webview-interface'); export default { data() { oWebViewInterface: null }...
### Version 2.0.2 ### Reproduction link [https://play.nativescript.org/?template=play-vue&id=M57CHy](https://play.nativescript.org/?template=play-vue&id=M57CHy) ### Platform and OS info {N}5, nativescript-ui-listview 5.1.1 ### Steps to reproduce Create an element inside a RadListView and put a v-if (or...