Juan de Dios Martínez Vallejo

Results 158 comments of Juan de Dios Martínez Vallejo

@farfromrefug this does not solve the problem, the error comes from BackstackEntry not from ExpandedEntry

@farfromrefug done! Thanks!

I am using @farfromrefug fork, I am noticing that in the navigation the lottie components take a while to load (I think the lists also take longer to display). I'm...

@farfromrefug it's a simple forward navigation, using the Fade transition, here's a video showing the delay https://user-images.githubusercontent.com/15719383/218309769-cb05eb9f-e613-4526-86ef-456bfaebd1aa.mp4 in the `En ruta` button it seems to be more noticeable because it...

I think this should be taken up again, I am having navigation delays when using NS but I don't see them if I use the fork...

@farfromrefug I have found the problem, it is its fork  😅, with NS this does not happen. I found it because when creating the simple demo it didn't happen and...

For vue3 you need register component in your `main.ts` or `app.ts`: ```ts import {createApp, registerElement} from 'nativescript-vue'; registerElement('MDTextField', () => require("@nativescript-community/ui-material-textfield").TextField, { model: { prop: 'text', event: 'textChange' } })...

@NoelOConnell can you send your link of Stackblitz?

Does this mean that plugins that need a component of the framework in question can we make them work in any framework by adding this to the page? `xmlns:mdt="@nativescript-community/ui-xxxxx"` ????

I think it's due to the nativescript-vue update, I'll look at it