Vince Cooley
Vince Cooley
@tsonevn I have reproduced this with the most current version of tns-core-modules and nativescript-angular and the above repo.
Thanks for the response! Which GC are you referring to for the `global` solution, V8 or Java? I'm kind of shaky in my understanding about how the two interact in...
Unfortunately, that causes the Gradient to be on top of the layout with the border. I've also tried wrapping Gradient and using a z-index, but I can't seem to get...
I've run into this before and temporarily solved this issue by inserting a zero-width space between two of the zeros.
I would like a "do nothing" command that just intercepts the event and stops further events from being called (with `check-further-callbacks = false`). My use use case is that I'm...
@nikitabobko I hadn't tried that, but had tried empty string. The empty array did the trick, thanks!