Igor Randjelovic

Results 388 comments of Igor Randjelovic

Latest beta version? Using TabView in your app? Share the component where you have the TabView...

Vue2 added this explicitly, we can do the same in vue3 - because core List doesn't include the item in the event, just the index.

> The problem with doing it manually and not through ns-vue is that custom routers lose navigation history That shouldn't matter if the custom router relies on the frame/page events...

The text "Hello Sweetcode!" gets toggled correctly. If you expect the button text to change, you need to bind the text of the button like so (for example, there are...

You can set `canSwipeOpen` to `false` to disable it: https://github.com/nativescript-vue/nativescript-vue-multi-drawer/blob/952d86a23ab79713e3aef1bd145bcdfb25dc8f64/index.js#L12 For example to disable swipe to open for the left drawer: ```js // in the drawer config { left: {...

What do you mean exactly? Completely disable user interaction?

There's no way right now - but you could easily implement a static "drawer" with GridLayout+`animate` yourself, using this is pointless if you want to disable everything - since all...

@bsansone do you have a simple example that I could test this with? Seems like a reasonable change, just want to make sure I understand it :D

@svmashok plese don't tag people like that, unless of course you want to annoy people. Instead open the issue like normal, and provide as much details as possible: * Code...