Axiloom / TourTrek

0 stars 0 forks source link

Extra bottom tab bar when filling forms #176

Closed rliu1026 closed 3 years ago

rliu1026 commented 3 years ago

Summary: The bottom tab bar stays when typing in textfield; could lead to potential unwanted behaviors.

Description: The tab bar of "Tour Market", "Personal Tours", and "Profile" stays on top of keyboard when a textfield is selected in "Future Tours". This may create potential problem, since if the user accidentally pressed any of the three buttons, the app exits the form, and info entered are lost.

Severity: minor.

Suggestion: Just remove the tab bar when keyboard pops out. The user can still choose to exit when finish typing.

Forgive me if this is a duplicated issue, along with other issues I submitted.

rliu1026 commented 3 years ago

Further suggestion: When detected there has been info filled in the form, if the user presses buttons on tab bar, the app could pop out a window confirming if user actually wants to give up the form, preventing info loss.