-
hey guys ! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes, the Web platform is maintained so we can have cool demos, but not what we recommend in production. |
Beta Was this translation helpful? Give feedback.
Yes, the Web platform is maintained so we can have cool demos, but not what we recommend in production.
The reason is that we draw everything on a
<canvas>
so this doesn't use the browser text / accessibility, and other things we get if we were using the DOM.If that's working for your use-case, then you can use Slint.