jsuarezruiz/figma-to-maui-graphics

Empty Screen Issue

Opened this issue · 4 comments

Hi @jsuarezruiz

Thanks for the awesome work.

I have created 3 buttons in Figma and used the generated code as you guided in the YT video.

but got the below empty screen on android.

image

Figma design :
image

please advise where I am wrong.

thanks

Have you set the root element position at 0,0? https://github.com/jsuarezruiz/figma-to-maui-graphics#known-limitations-or-issues

Could you share the Figma Document to test it?

Hi @jsuarezruiz ,

Thanks for your reply.
I missed setting the position to 0, 0. Now I can see my buttons.

can u guide me in implementing custom fonts and icons/images?

Thank you

HI @jsuarezruiz,

I have step into further to create some more controls (login form) and this time I got the output below,

image

actual figma document :
https://www.figma.com/file/fdhhxqGnkF31TI7XYrPSR5/Untitled?node-id=0%3A1

Please advise what going wrong here

HI @jsuarezruiz,

I have step into further to create some more controls (login form) and this time I got the output below,

image

actual figma document : https://www.figma.com/file/fdhhxqGnkF31TI7XYrPSR5/Untitled?node-id=0%3A1

Please advise what going wrong here

#2 (comment)
Probably you are missing images. Images are still not generated. Also, custom fonts is pending to implement #1