Closed LastxTemplar closed 1 month ago
calling FlPiP().disable(); has the same effect as calling FlPiP().enable(...); When calling disable the app minimises and shows the PiP view.
FlPiP().disable();
FlPiP().enable(...);
disable
I am not sure what I'm doing wrong, also there is no method calling disable() in the example app.
I would expect that calling disable() would disable the app from showing PiP when minimising.
disable()
Try updating to the latest version
calling
FlPiP().disable();
has the same effect as callingFlPiP().enable(...);
When callingdisable
the app minimises and shows the PiP view.I am not sure what I'm doing wrong, also there is no method calling disable() in the example app.
I would expect that calling
disable()
would disable the app from showing PiP when minimising.