I've created a flyout menu which is very easy to configure and reuse in your apps.
Just 3 steps:
**Data Source = collection or a table
Table(
{
Title: "Home",
MenuIcon: Home,
Screen: Screen1
},
{
Title: "Appointments",
MenuIcon: AddToCalendar,
Screen: Screen2
})
**Show Menu = locShowMenu
**Left Side Flyout = true (if you would like the menu to fly in/out from left. else set it to false to make it a right side flying menu
Hello, I really like your app and plan to use it in many future app. I was wondering if there is way to change the screen transition? Right now, I believe itโs a cover right but with the menu and screen movement itโs a little jarring to the eyes. Would it be possible to change it to Fade?
has a change in powerapps broken this component? I'm using this in quite a few apps and they have all suddenly stopped working with an error;
Having the same issue here, have you found a solution yet?
Thanks for you anwser, It helped me fix the problem! What a weird issue... I had to put 'dummy' data in the components datasource with the same signature of the data I used to push in, and then set the datasource again on the screens side.