I am finally looking at the WebSDK again to give it a chance so I will probably be firing some questions here as I go.
(Your new Video and Example is much better than anything that was there before for the Web 2 SDK)
So questions at the moment.
Is there way for the Web control in the Type script to know if we are in dark mode ?
Lets say I was making a button (which I am not but its simpler to explain like that). And I wanted the button to have Picture, which you set in the Xojo property browser just like you set Boolean property. Then in the end in the WebSDK it ends up drawn on HTML Canvas object in the Type script. How do you get Picture property over to there ?
Just for some background, HTMLCanvas is a little tricky in that the picture has to exist in the browser’s cache before it can be drawn. What the WebCanvas does is schedule a refresh whenever a picture arrives at the browser.