photonix icon indicating copy to clipboard operation
photonix copied to clipboard

Mobile app server address field obscured by keyboard on small phones

Open damianmoore opened this issue 3 years ago • 1 comments

This problem happens on the "connect to server" view, when the user clicks the server address field. If the user's phone has a small screen then then when the keyboard pops up it can cover up the submit button.

Add some padding below the server text field and button so when the keyboard is visible the field can scroll high enough.

To determine the correct amount of padding, see if the height of the onscreen keyboard can be determined.

damianmoore avatar Apr 18 '21 16:04 damianmoore

I have applied two different ways to solve this task issue. the task is done and solutions are deployed on branches. 230-server-address-fls-obscured and 230-server-address-fls-obscured .

GyanP avatar Jun 28 '21 09:06 GyanP