Dave Coffin
Dave Coffin
Full video support now in 2.0.0.
I'm also having this issue with HTMLLabel in a RadListView. Some of the cells render the height correctly, but as you scroll down many HTMLLabels have much of the content...
@bradmartin I tried your solution but i get this when I try setting the `text`: https://share.getcloudapp.com/rRuQp9Dm ``` htmlLabelLoaded(args) { this._win.setTimeout(() => { args.object.text = this.getPostHtml(this.post.message); }, 100) } ``` Any...
@farfromrefug have you tried it in a rad List view? I imagine it's the same problem.
In 2.0.0 you can now pass `copyToAppFolder: 'myfolder'` which should address this issue. You can then either use `ImageSource.fromAsset(selected.asset).then((img) => { /// do things })` or `ImageSource.fromAsset(selected.path).then((img) => { ///...
Yes please. Bootstrap 5.x solves a compatibility issue with angular 12 where the :lang selector is depreciated. Any chance for a bump?
This would be really great for styling a Delete option different from the rest of the options. For example, Delete in this list should be styled differently, like with red...
Rebuilding the app via the cli actually updated the views to extend all the way up. But this does still pose some interesting questions about supporting these safe areas. Right...
Yea i agree, it’d be great to be given the controls but not enabled by default. NativeScript would have no way to know what should extend to the bounds of...
This is awesome, can’t wait to try it out!