You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should be able to increase touchable area of left navbar icon.
When using navbar component of galio, user has to click exactly on top of go back or open drawer icon. however; this really reduces the user experience.
this is related to galio-org/galio#94
Being able to add hit slop to left navbar icon
With the help of a few lines of code; users of galio may add hitSlop to left navbar icon. example code is given below.
What about right icon?
Since right can be rendered in a whole component, I don't think we need to specify rightHitSlop.
We should be able to increase touchable area of left navbar icon.
When using navbar component of galio, user has to click exactly on top of go back or open drawer icon. however; this really reduces the user experience.
this is related to galio-org/galio#94
Being able to add hit slop to left navbar icon
With the help of a few lines of code; users of galio may add hitSlop to left navbar icon. example code is given below.
What about right icon?
Since right can be rendered in a whole component, I don't think we need to specify rightHitSlop.
example code:
The text was updated successfully, but these errors were encountered: