Does Setting FlyoutIcon on the AppShell not work? It should work. I am away this week so wont be be able to check this. You can raise an issue on .net maui's githu, if it does not work
@@abhayprince Thanks for you reply. I will try to raise an issue, but Yes It doesn`t work on windows. It does on Android, Mac, and Iphone as I`ve seen on many videos about this topic, but on windows, hamburguer Icon is shown. I heard on some video that is something about WinUI.
Hi Sir when you use the flyout header in my case i want to build a view content where i design a background image and all stuf for the header how can i call this content view inside my and thanks
For that the next page should be a stacked page, so you need to move to that page programatically, by using Shell.GoToAsync("/NextPage") Now you will see back icon button on this NextPage
No Idea. I have used Shell only.i love Shell, I dont know why someone would choose any other layout Could you tell what is the specific case, (the reason you are not using Shell)?
Why flyout icon is showing in black and white, and can you please remove title view background color. I mean show only flyout icon, don't show title and background color on flyouticon
FlyoutPage is a type of page. Its different from Shell App which uses ContentPage only. If you want to use Flyout page you need to handle things yourself, but if you use Shell then so many things already being handled by shell itself. So with Shell you can use Flyout Behavior and to design flyout section you can use FlyoutItems
Hi Abhay, this was very helpful for me as a budding maui dev. im very new to this . actually i did a custom flyout design that has a heading, if i click on the heading it will show some buttons like a menu. and i pushed each button click to separate pages as well. its working ok. but my problem comes here, when i navigate to any other page from the page that i navigated from flyout, the back button isn't working. do you have any idea to fix this. it would be really helpful.
Hey, what do you mean by "some original content" do you think my content is copied from somewhere? I use shell, I love shell, I feel comfortable with Shell, so I make content about shell. I cannot throw some random content which I did not work on. I only post the content I know and I want to share. Happy Coding
@@abhayprince touché. What I meant about original content was that everyone uses Shell and there are a number, albiet a limited number) of similar examples of videos demonstrating flyouts in Shell. But none without shell.
Your videos are just amazing
Hi, I search everywhere and cannot find a fix, is there any posibility to change Flyout Icon on Windows 11 desktop app ?
Does Setting FlyoutIcon on the AppShell not work? It should work. I am away this week so wont be be able to check this. You can raise an issue on .net maui's githu, if it does not work
@@abhayprince Thanks for you reply. I will try to raise an issue, but Yes It doesn`t work on windows. It does on Android, Mac, and Iphone as I`ve seen on many videos about this topic, but on windows, hamburguer Icon is shown.
I heard on some video that is something about WinUI.
Hi Sir when you use the flyout header in my case i want to build a view content where i design a background image and all stuf for the header how can i call this content view inside my and thanks
You can follow the same approach I used for FlyoutContent.
Create your ContentView, add the namespace, and then call that view in
When I move from one page to the other.I want a back button to come at the place instead of flyout icon how to do it? Please help
For that the next page should be a stacked page, so you need to move to that page programatically, by using Shell.GoToAsync("/NextPage")
Now you will see back icon button on this NextPage
Can we make it without shell?
No Idea. I have used Shell only.i love Shell,
I dont know why someone would choose any other layout
Could you tell what is the specific case, (the reason you are not using Shell)?
How to navigate between Pages?
Think you.
How to display Page 1 when grid 1 tapped ang page 2 when grid 2 tapped?
What about submenu ? that's what I need now hehe
hi bro i just have a problem, when i call for the flyout menu one appeer at the left and other one at the bottom i cant remove it help
Can you share github link, I will try to look into it
@@abhayprince i just wana show side bar not the bottom bar i have delete the project and restarted same thing
i will share link later
Hi Master, is there a way easy for create FloatingWindow Android App on MAUI?
Sorry, not tried it, so I have no idea
Why flyout icon is showing in black and white, and can you please remove title view background color. I mean show only flyout icon, don't show title and background color on flyouticon
Nice video - thanks
Now how in the world do you style the flyout and it's items?
Microsofts documentation is very lacking SMH
What is the difference between FlyoutItem and FlyoutPage
FlyoutPage is a type of page. Its different from Shell App which uses ContentPage only. If you want to use Flyout page you need to handle things yourself, but if you use Shell then so many things already being handled by shell itself. So with Shell you can use Flyout Behavior and to design flyout section you can use FlyoutItems
@@abhayprince do you have a video on what is shell ?
I dont. You can try James Montemagno's video, I think he created a separate video for Shell you can try out there
@@abhayprince Thank you so much for your quick response and amazing video
Hi Abhay, this was very helpful for me as a budding maui dev. im very new to this . actually i did a custom flyout design that has a heading, if i click on the heading it will show some buttons like a menu. and i pushed each button click to separate pages as well. its working ok.
but my problem comes here, when i navigate to any other page from the page that i navigated from flyout, the back button isn't working. do you have any idea to fix this. it would be really helpful.
Thanks for this video.
Thanks Alot
Hi, Sir Can you make tutorial about Payment integration. Like Razorpay and Gpay with MAUI
Hi very good
helpful!
i love you
i love you.
Does every lemming use Shell?
How about some original content for a change
Hey, what do you mean by "some original content" do you think my content is copied from somewhere? I use shell, I love shell, I feel comfortable with Shell, so I make content about shell. I cannot throw some random content which I did not work on. I only post the content I know and I want to share.
Happy Coding
@@abhayprince touché.
What I meant about original content was that everyone uses Shell and there are a number, albiet a limited number) of similar examples of videos demonstrating flyouts in Shell. But none without shell.
Yeah, I agree, and thats because using shell is the easiest and straight forward to add flyout, tabs and navigation. So devs like me love it