In my app for testing drawing on canvas I found a problem, when publishing it as web app or in preview.
The app allows to draw line by touching the canvas and moving. It works properly in thunkable live and downloaded app. But as web app it is not possible to activate the pointer by touching the screen. Even testing it on a computer browser it is not possible to “touch” the canvas by mouse. Only a insert cursor is to be seen:
Thank you muneer,
I tried your suggestion with the normal editor. Indeed it works when simply adding a sprite type to the stage. Even without using it explicitly.
I don‘t know why the version without a sprite works using the live app.
Maybe that the webapp explicitly has to know that the fingertouch/mousetouch is not an insertion, but a canvas action…