miniplayer icon indicating copy to clipboard operation
miniplayer copied to clipboard

Expanded view dismisses on any tap

Open zeddyyz opened this issue 3 years ago • 1 comments

I love using the package! I'm implementing a YouTube like player and everything works perfectly, however when view is expanded it gets dismissed on a tap on any part of the view. I'm not using the onDismissed or onDismiss property. I tried examining the native code to attempt to make changes but was unsuccessful.

zeddyyz avatar Jul 21 '21 20:07 zeddyyz

@zeddyyz you can wrap the whole expanded view widget with gesture detector and assign null to its onpressed property

Sparsh327 avatar Jan 02 '22 08:01 Sparsh327