chewie
chewie copied to clipboard
pop wrong page
when pressed on speed controls in bottomsheet it pops the main page and keeps the bottomsheet (not fullscreen mode).same problem additional options . video source cannot be changed in fullscreen mode.
Experiencing this same issue too
@aslamibnabdulla or @graphicbeacon can you please create a reproducible example project so that I can further diagnose this issue? Thanks in advance.
Same issue here.
I'm using Routemaster to handle navigation.
Not able to replicate without Routemaster package or Navigator 2.0.
To replicate just copy the simple example from routemaster and push a page with Chewie in it.
I can create a GitHub project if needed.
Also if fullScreenByDefault: true, you need to press the exit fullscreen button twice to actually exit fullscreen.
Edit: You can find an example here
@J-Dark thank you for creating a reproducible example. Hopefully sometime this week, I'll have to take a look.
@diegotori, any news on this and #647? Also, this doesn't happen on iOS; only Android and Web.
I'll end up taking a look, possibly this week. @maherjaafar if you also want to take a look, go for it as well.
Hi! Is there an update on this ? I'm experiencing the same issue on version 1.3.4.
Hi! Is there an update on this ? the same issue on version 1.3.6. it pop when open speed control.
@hamidwaezi I ended up creating custom_controls.dart by coping material_controls.dart and removing the Navigator.pop(context); in _buildOptionsButton().
It's not quite the right behaviour but it's better than popping the main page.
@hamidwaezi I ended up creating
custom_controls.dartby copingmaterial_controls.dartand removing theNavigator.pop(context);in_buildOptionsButton(). It's not quite the right behaviour but it's better than popping the main page.
i just remove this line in _buildOptionsButton
useRootNavigator: chewieController.useRootNavigator,
and it work like a charm