SeanRtS
SeanRtS
Quick update--I didn't get to putting together the example project quite yet. Its on the agenda for tomorrow.
@VladimirAmiorkov, I have put together a sample app. Please see https://github.com/NL33/NSExampleApp_MemTest. Details are in the readme. But, basically, the app has 3 different lists: 1) Radlistview with a normal data...
Thanks, @NathanaelA, that is helpful to hear. I figured as much--throwing in the "can't I just use *ngFor?" was a little bit of a pipe dream--unless there is a way...
Bump. @VladimirAmiorkov, any ideas to address the problems, especially glitch on scroll and inability to resize containers?
Thank you. Yes, that feature request would address the resizing of the container well. I am hoping for a temporary solution for the container issue until the bug is addressed....
Any update on this? I am trying to use the plugin to register universal links on iOS, and, after putting in the code from the docs, nothing happens.
Wow. Is there an older plugin version that works with iOS for universal links? There is a stack overflow question [here](https://stackoverflow.com/questions/51681898/access-query-parameters-in-ios-universal-links-in-nativescript) that implies someone was able to use it for...
If you are looking to handle universal links, see the code in this [stack overflow answer](https://stackoverflow.com/questions/58062553/parse-ios-universal-links-with-nativescript-angular). This code does not require this plugin.
Thanks for the info you provided. I will try it out.
Thanks. I'm happy to not have `nut.js` do this, if there are cross-platform alternative ways available. Do you happen to know of any? In this case, the best for my...