I'm pretty new to the compose-web and trying to ad...
# compose-web
m
I'm pretty new to the compose-web and trying to adapt the Falling Balls example to an http site/server I've written in kotlin/js and ktor. The compose works exactly as expected except when I try to tab through the text elements I've created, the web browser will tab away from the js canvas instead of through the various elements within. Is there a way to add the components of the canvas to the tabbing order? Will this be something that requires support in the future?
a
It’s probably something we’ll need to deal with.
m
So is it necessary for me to use the js canvas to get the non-canvas elements (like text fields and such) to render? Or was that specifically used for the rendering of the falling balls game?