Hi, Im trying to add H1{} and other html dom eleme...
# compose-web
j
Hi, Im trying to add H1{} and other html dom elements under CanvasBasedWindow(). Is it possible? TIA.
a
it is not
❤️ 1
unless you want to have something like
Copy code
<h1>Title</h1>
<your compose app>
<rest of html content>
a
It is canvas based, as the name implies. So no HTML dom available
👍 2