This isn’t a plugin, but there is no section for “Solutions” so figured this would be the best place to put it.
So after some creative thinking, I found a work to add shortcuts to the Navigation Page.
- Create a new page
- Set up an Event Trigger with the Loaded event
- In the actions, add the following (in this order):
- Data Setter (and configure to what you want to happen)
- Method Invoker (with the following):
TargetName: App
Method: Close Page
- Add the page to the MainPage.xaml → NavigationPage → MenuItems collection (choosing the title and icon accordingly).
Aside from a very quick blip on the screen, it works a treat! I have yet to find a way to set UI properties of the items (e.g. colour, font), but I’ve not yet given up hope on that (@bill if you’re reading ).
I can provide a sample project or video if anyone has difficulty.getting this to work.
Lang