get10101 / 10101-PoC

The world needs more Lightning!
MIT License
17 stars 3 forks source link

Can't see navigation menu #514

Closed bonomat closed 1 year ago

bonomat commented 1 year ago

When coming onto this screen, the keyboard pops up by default and it is not possible to navigate to open positions .

image

da-kami commented 1 year ago

This might be a regression bug, on android I don't have a FAB at all if there is no channel. (I closed the keyboard and there is no FAB.) I don't think this screen should behave like this.

Tested with version 0.3.1

image

bonomat commented 1 year ago

This might be a regression bug, on android I don't have a FAB at all if there is no channel. (I closed the keyboard and there is no FAB.) I don't think this screen should behave like this.

That's by design: if there is no action, there is no FAB

da-kami commented 1 year ago

That's by design: if there is no action, there is no FAB

OK, I was not aware that this was changed. Previously we kept the navigation to the subscreen (where Confirm was disabled) so the user can get a better feeling of the app even if the channel is not open yet.

da-kami commented 1 year ago

When coming onto this screen, the keyboard pops up by default and it is not possible to navigate to open positions .

One way to fix this is to turn the auto-open of the keyboard off. I;ll create a PR :)