nix-community / nix-on-droid

Nix-enabled environment for your Android device. [maintainers=@t184256,@Gerschtli]
https://nix-on-droid.unboiled.info
MIT License
1.16k stars 65 forks source link

Not confirmable textbox on Android 13 #245

Closed aciceri closed 1 year ago

aciceri commented 1 year ago

After having started the app on Android 13 (crDroid, Oneplus 6T) the textbox with the url for the bootstrap zipball locations appear but after typing enter it doesn't get accepted but it simply adds a new line. image Just after having started the app image After typing enter.

t184256 commented 1 year ago

How heavily modded is your device? =) There's supposed to be an OK button under the textbox on the right, is it there, but black-on-black?

t184256 commented 1 year ago

(something like uiautomator and python -c 'from uiautomator import device as d; print(d.dump()) could've helped answer that reliably without tapping around and hoping for the best)

aciceri commented 1 year ago

@t184256 I feel so dumb! You are right, I've installed a pure black AMOLED substratum theme yesterday and this is why I can't see this button. Blindly tapping the invisible button worked. You can close the issue now.