Igor Randjelovic
Igor Randjelovic
@PixsaOJ Please open an issue in https://github.com/NativeScript/ios with as much detail as possible if you are having issues in the latest iOS runtime.
@PixsaOJ try this: 1. create a folder, call it something for example `test-plugin` 2. create a platforms/ios folder 3. place your xcframeworks in this folder 4. create a package.json with...
I don't think we are affecting this anywhere in the `nativescript-vue` source... wonder why it wouldn't work only in Vue?!
@Nais0ne I've updated your issue with a link that points to your original playground (v=1) as otherwise it was pointing to the latest one by @DepickereSven. If you can avoid...
@phlegx If you set a key like that, it will force Vue to re-create the view tree under the `list-item` element, this will be noticeable in large lists, because scrolling...
@phlegx I have not seen the `v-if` in the original playground - I would have advised against it sooner! `v-if` should not be used in a ListView, because it requires...
@phlegx good idea! If you're interested in contributing - here's the source of the ListView docs page: https://github.com/nativescript-vue/nativescript-vue.org/blob/master/content/docs/en/elements/components/list-view.md And indeed, it is a limitation rather than a bug. Maybe we...
Could be related, but the issue is the odd parent/child relations in some components (ListView/v-template, Frame etc). The workaround for now is to register the store to the vue prototype...
Can you include the error message in here, as I'm not currently able to test the reproduction! From a quick glance, you are logging complex objects - which tend to...
@farfromrefug I'm not sure if anything changed lately, `console.log` used to crash a lot without our override... A Vue instance is complex, as it has circular dependencies and references to...