BTNavigationDropdownMenu icon indicating copy to clipboard operation
BTNavigationDropdownMenu copied to clipboard

cannot select an item during the open animation

Open smart-fun opened this issue 7 years ago • 1 comments

The opening animation takes time (like 2 seconds), and this is not possible to select anything during this time. It can be frustrating when the animation is almost finished (the animation seems finished) but the selection does not work.

smart-fun avatar Mar 03 '17 16:03 smart-fun

As suggested by @mishamoe in #84 you have to change animation options to allowUserInteraction in showMenu() method to solve the problem.

giofid avatar Sep 07 '17 08:09 giofid