When I'm trying to put an image sprite in the canvas, they are not position correctly. When I test them in ai companion, they are position incorrectly. no matter how I change the canvas size or the screen size, it does not work. The screen size is responsive and not scrollable then canvas width and height are fill parent
set imagesprite's x or y with blocks, not in designer.
And you need a timer to wait about 100ms then set its x/y, since the canvas need time to be initialized.