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
Alexander Maryanovsky
04/30/2023, 10:31 AM
It’s probably something we’ll need to deal with.
m
MatthewH
04/30/2023, 2:53 PM
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?