-
-
Notifications
You must be signed in to change notification settings - Fork 38
fix: /presenter-view not found in web (not standalone mode) #127
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
When using the package to show presentations inside another app the routing when opening the presenter view does not work. As I understand the web presenter view is just another instance of it with different config. If there would be a way to override the Open presenter view - Button, I probably could build my own presenter view then? At the moment it just does not work at all.
The /presenter-view route can't be found. This route only exists inside the Navigation Router of the presentation package. So if this is not the root navigator it does not work.
There might be better solutions to the problem.
Steps To Reproduce
- Use the package in a typed GoRouter environment.
- Click on
Open presenter view - See error
Expected Behavior
Opening the presenter view.
Screenshots
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
