5 ms·
> So in case of slint, I would check how they solved the text inputs. Slint uses the NativeActivity by default, but it supports IME by implementing the IME sup
by ogoffart 9mo ago
> So in case of slint, I would check how they solved the text inputs.
Slint uses the NativeActivity by default, but it supports IME by implementing the IME support in Java in the Slint's android backend.
- rekireki 9mo agoThis is cool because it takes a significant effort to implement