nativescript-community / ui-canvas

Implement Canvas into your NativeScript apps.
https://nativescript-community.github.io/ui-canvas/
Apache License 2.0
31 stars 9 forks source link

CanvasView in Absolute Layout #33

Closed agardes closed 3 years ago

agardes commented 3 years ago

Thanks for this plugin. I'm using it with NativeScript Vue.

I'm trying to use CanvasView inside an Absolute Layout, in order to put element on top of the canvas. Problem is, canvas doesn't appear anymore once inside an absolute layout. Any idea why ?

Thanks !

farfromrefug commented 3 years ago

@agardes that s because you need to give it a size.

agardes commented 3 years ago

Uhoh, stupid me. Thanks for that quick helping answer @farfromrefug