thats was fine, i was looking for the same thing, and helped me to understand how work with appshell , please make the JWT or Owin api , be continue great guy , and know i'm your fan
I always love your videos. Was hoping you could make one about a problem some of us are having with Maui shell flyout menu. When doing it with a listview or collectionview, the menu looks very nice, but navigation always seems to take the user to a navigation page with a back arrow instead of keeping them in the shell with the flyout page.
hello, excellent work, I only have one problem, when doing it on iOS the login screen stays fixed, it does not remove, how could I fix this? It only happens to me in iOS
fixed, you need to remove a route: var studentDashboardInfo = AppShell.Current.Items.Where(f => f.Route == nameof(StudentDashboardPage)).FirstOrDefault(); if (studentDashboardInfo != null) AppShell.Current.Items.Remove(studentDashboardInfo);
Good video,. I tried the sample and it seem to crash in this scenario. But I couldnt find why. ie., 1.Login 2. press back button in emulator. 3. Go again to app by clicking center button of emulator. 4. Now click sign out from flyout.(crash: No view found for id 0x1)
Hi Thank you so much for it, I found it it was the bug of .NET MAUI , It might be fixed in next release. github.com/dotnet/maui/issues/7940 github.com/dotnet/maui/discussions/7878#discussion-4129979
Great Video. Could you prepare a tutorial that shows FlyOut's Main menu, which comes to a listing page of items, and on selecting an item it goes to the detail page which is having multiple tabs. Thanks in advance.
@@ProgrammingWithPragnesh i am very new to maui, and learnt a few concepts from your videos, and thanks for it. I referred online and tried adding a tabbed page as a detail page in this same demo. But couldn't make it work. It will be helpful if you add a tabbed page also with this sample. From the Flyout menu item, to the listing page, then selecting an item to the details page which has multiple tabs and reverse navigations to the listing page.
great teacher,Looking forward to the Login Flow Part 3 with real login base role with JWT API.thanks very mach!
thats was fine, i was looking for the same thing, and helped me to understand how work with appshell , please make the JWT or Owin api , be continue great guy , and know i'm your fan
Thank you, you can take a look at this video : th-cam.com/video/OnrKktoNJ0o/w-d-xo.html
@@ProgrammingWithPragnesh thank you my friend , sure just that I need I'm watching, regards!
You are a great teacher. I am learning a lot from all your videos. Congratulations!!
Thank you so much..
Excelente, muchas gracias, son temas muy específicos que se requieren implementar en las apps.
Thank you
Thank you so much. Honestly I never seen before like this example.
Thank you so much.
I always love your videos. Was hoping you could make one about a problem some of us are having with Maui shell flyout menu. When doing it with a listview or collectionview, the menu looks very nice, but navigation always seems to take the user to a navigation page with a back arrow instead of keeping them in the shell with the flyout page.
Hi , do you have this but in blazor / razor implementation?
how i can change shell layout left or right
Sorry, I don't think that you can do. right now MAUI Only showing shell layout left side.
hello, excellent work, I only have one problem, when doing it on iOS the login screen stays fixed, it does not remove, how could I fix this? It only happens to me in iOS
Very good .
Thank you...
first time the app enters but the second time it gives ambiguous error
have you resolved it?
fixed, you need to remove a route: var studentDashboardInfo = AppShell.Current.Items.Where(f => f.Route == nameof(StudentDashboardPage)).FirstOrDefault();
if (studentDashboardInfo != null) AppShell.Current.Items.Remove(studentDashboardInfo);
Good video,. I tried the sample and it seem to crash in this scenario. But I couldnt find why. ie., 1.Login 2. press back button in emulator. 3. Go again to app by clicking center button of emulator. 4. Now click sign out from flyout.(crash: No view found for id 0x1)
Hi Thank you so much for it, I found it it was the bug of .NET MAUI , It might be fixed in next release.
github.com/dotnet/maui/issues/7940
github.com/dotnet/maui/discussions/7878#discussion-4129979
@@ProgrammingWithPragnesh Good to know, Thankyou.. 🙂
Can you make videos on how to add media control in Maui?
Sorry I didn't' get you, Your mean Media Picker or Playing Video in Player?
Great Video. Could you prepare a tutorial that shows FlyOut's Main menu, which comes to a listing page of items, and on selecting an item it goes to the detail page which is having multiple tabs. Thanks in advance.
Hi yes , i will try to create that, and can use tabbed page for detail page. and in tabbed page you can proide multiple pages as tabs.
@@ProgrammingWithPragnesh i am very new to maui, and learnt a few concepts from your videos, and thanks for it. I referred online and tried adding a tabbed page as a detail page in this same demo. But couldn't make it work. It will be helpful if you add a tabbed page also with this sample. From the Flyout menu item, to the listing page, then selecting an item to the details page which has multiple tabs and reverse navigations to the listing page.
Hello can u build app scratch e-commerce app in dot net Maui?
I can but right now I don't have any api's related to E-commerce app.
Very good!!! please database with net maui
Yes, I will create one video of it soon