FloVanGH
FloVanGH
> I'm still unsure how to solve this problem. Is there a way to check in the .on_... methods whether the canvas currently is focused? I couldn't figure out if...
Yeah could be a issue with the `Grid`. Have you tried to use fix row sizes instead? If you start your example with `cargo run --features debug` you can see...
Ok as soon as I can spent some time I will check this.
I found the source of the problem https://github.com/redox-os/orbtk/blob/e19445cc3b9eee8e89138d91c5f447959cfb2de9/crates/api/src/systems/event_state_system.rs#L266. This part of the code is intended that children that are clipped by parent does not recognized mouse move on the clipped...
is removed
Sorry but I'm little bit busy at the moment. I will check it next week.
@SolidTux OrbTk does not support touch input at the moment. But I will soon work on it. Hopefully we have someone that could work on a native Android support this...
@SolidTux OrbTk provides now an initial touch support on web, text input does not work at the moment.
I think it is realistic that we have native Android support this year. I'm currently work on a new backend, that willl make it a lot easier to implement Android...
@Kylekibet and @adals there is also an project to use flutter with rust https://github.com/flutter-rs/flutter-rs. Otherwise I am confident that we could Android support for OrbTk soon.