6 ms·
How does the text input work there? Does it support IME? Were you able to switch to non-latin keyboards?
by rekireki 9mo ago
How does the text input work there? Does it support IME? Were you able to switch to non-latin keyboards?
- coldstartops 9mo agoI think it is handled by the OS (backend renderer) https://docs.slint.dev/latest/docs/slint/guide/backends-and-renderers/backends_and_renderers/ https://docs.slint.dev/latest/docs/slint/guide/backends-and-... But, I have only used it with Romanian and English. Try here: https://slintpad.com/ https://slintpad.com/. (just replace the Text with TextInput) and see if it works.
- ogoffart 9mo agoslintpad.com uses the wasm port to run on a browser and is not the same as when using Slint to build a "native" app, especially on mobile. Slint does support decent text input and IME. Including text selection with the native handle. As a demo for android you can try the demo from https://material.slint.dev/ https://material.slint.dev/ ("Download APK")