ardocrat
ardocrat
FYI with current implementation on Android you can not get input from non-english languages as keycodes, at Java side you can get them at `Activity::dispatchKeyEvent` callback, `characters` field of `KeyEvent`....
Check how much inodes left with `sudo df -i /`
From logs you have no PIBD peers, so tried to switch to non-PIBD `TxHashsetDownload` and got an error.
I found some weird issue with peers. I restarted my node frequently from single IP address and now after more than 24 hours I can find only 2-3 peers with...
> How to switch to non-PIBD TxHashsetDownload? Is there a parameter to trigger it? It switches automatically when you have no peers with PIBD capability after timeout. I have issue...
> I also see that the CPU usage seemingly consumed much Its OK.
System bar and navigation bar are [insets](https://developer.android.com/develop/ui/views/layout/insets) at Android, you will need listener at Java code.
iOS has same problem ofc. 
From what I noticed after updating `egui` 0.29 > 0.31.1 `GameActivity` is no longer receiving `dispatchKeyEvent` with text (only numbers) at Java code, it helped to pass events from soft...
I think `Key::Escape` is more reliable in case with `NamedKey::BrowserBack` or we can create new key like `Key::Back`, what do you think @emilk @lucasmerlin ?