Daniel Grima

Results 35 comments of Daniel Grima

Same here I'm using NativeScript 7.3.0 but I can't seem to get it to work. Documentation seems lacking with regards to this subject. I've based my code on examples using...

I've investigated a bit and to me there seems to be a bug in the `mounted` lifecycle hook: https://github.com/nativescript-vue/nativescript-vue/blob/8341c128860e7874b990269ffd063f802ecc9ae8/platform/nativescript/runtime/components/v-template.js#L17-L29 If I'm understanding the code correctly here in line 27 it's...

@adel12790 I've managed to find out how to make it work. It's listed in the documentation and I think last time I missed it. So you have to use the...

@farfromrefug sure I'll give it a go :)

@farfromrefug here's the PR https://github.com/nativescript-community/ui-material-components/pull/395 As mentioned in the PR description unfortunately I didn't manage to get the demos working on my machine, however I tested the same code in...

Thank you for the update. Will try to find another library as it is a feature that's needed now. Having said that, please do keep this issue updated, would like...

You're welcome! One small suggestion I would try to have babel set up to enable `async/await`. It would make the code a bit more readable when it comes to asynchronous...

Hello, thanks for the update. Yes sure I understand your points! I look forward to eventually seeing this as part of the library. Hope the pull request at least helps...

@farfromrefug any ideas on the above please?