Hi all -
I have a horizontal menu that appears when the user swipes up on the bottom of the screen. It works great but I'm trying to figure out the best way to hide the menu once it appears. Obviously a selection on the menu will hide it by default, but what to do if user wants to hide it again without making a menu selection? I can't swipe back down to make the menu hide again since the buttons on the menu override the gestures set on the view. Therefore, I'm left with either touching off the menu to hide it again, have another button on the menu to hide the menu, or have a timer hide it after x seconds of inactivity.
What would you recommend for best experience?
Cheers.
I have a horizontal menu that appears when the user swipes up on the bottom of the screen. It works great but I'm trying to figure out the best way to hide the menu once it appears. Obviously a selection on the menu will hide it by default, but what to do if user wants to hide it again without making a menu selection? I can't swipe back down to make the menu hide again since the buttons on the menu override the gestures set on the view. Therefore, I'm left with either touching off the menu to hide it again, have another button on the menu to hide the menu, or have a timer hide it after x seconds of inactivity.
What would you recommend for best experience?
Cheers.