I have a webpage with a webcanvas. I use Graphics.DrawText to show some text among other graphics in the webcanvas. It all works fine when I run/debug it on my Windows computer with Chrome. But, when I deploy the app to Xojo Cloud, the text is not showing up in the webcanvas. The rest of the graphics show up just fine.
I have tried specifying g.fontname = “Arial”, as well as Not specifying a font. Same result.
Any ideas why the text is not showing up?
6 posts - 2 participants