Character controllers hover

Hi,
I’m trying to figure out what is the way i can make my character to perform hovering.
I constantly apply gravity by doing movevector.y -= gravity * Time.deltaTime.
What i need is some way to make my character hover when the user pull the joystick.
Help please.

Thanks.

Only apply gravity when you do not want to hover.