|
|
|
|
|
by rekireki
176 days ago
|
|
Dioxus is WebView, as you've mentioned. Though there's an experimental native renderer mentioned in the README, I would keep an eye on it. And slint should be the same kind of solution as I wrote about. When building native apps for Android, there's usually an issue with text inputs. NativeActivity doesn't support IME, and GameActivity is supposed to solve this. So in case of slint, I would check how they solved the text inputs. |
|
The native renderer should be available in 2026! (technically it's available now as a preview, but I wouldn't recommend using it until after the next release)