Hi, I am not sure about it, I think you can add animation effect on Toolkit Popup, Or you can use Plugin.Maui.Popup in that I have used modal animated presentation mode.
Hi, you can pass data in constructor of Popup Page like this. var dictionarData = new Dictionary(); dictionarData.Add("Hello", 1); this.ShowPopupAsync(new PopupPage(dictionarData));
Hi, thank you. I was searching for this a while. Can you show if it is possible to Scroll inside the popup. I have a long List where the user has to select an item.
Hey Pragnesh, love your videos! Could you give me a hint how to close the pooup from the ViewModel? Can´t find any suitable solution besides from create a static popuphandler which manages all the created and opened popups :/ is there an easier way ?
Sorry, I am also not able to find any direct method that I can invoke to close popup. I think you can take a look at www.nuget.org/packages/Plugin.Maui.Popup this plugin. In that you can close popup from anywhere.
@@ProgrammingWithPragnesh thanks in advice, merry christmas! i tried that wrapper already, its too slow for me. for now i am just setting in my viewmodel which i inject in my page the page as an property to close it via my viewmodel
Hi, Pragnesh, I want to read a xml file to a list when opening an app and save the data list to this xml file when the app is back or shut down. how to do this? I research the Maui's web, I can't solve it. Could you make a video for it?
@@ProgrammingWithPragnesh I hope you will create a tutorial on how to reduce the file size of an APK using .NET MAUI. The file size of the APK of Flutter is very small compared to the APK of .NET MAUI. Thank you...
Hi , I created one video on Carousel view ua-cam.com/video/R6Uah-USuxU/v-deo.html, You can go through it. For Live chart I will try to create video in future.
Thanks for covering the MVVM way of opening the Popup, worked a treat!
Thanks for this, It will be very handing in an app I'm currently trying to work on.
Glad it was helpful!
Thanks for this one bro, do more concepts like this🙏❤
Thanks for the useful video! If MainPage creates the popup, can I use MainPageViewModel for data binding with the popup?
Extremely helpful, thank you
Hi, great video, thank you. I have a question, I want to send an object through viewmodels, MainPage to PopupPage, could you show an example?
You can define some shared service class for that, ond resolve it using DI (it should be registered, as Singleton)
Hi thanks for another amazing video, question: Why is 'Shell.PresentationMode="ModalAnimated"' not working in Toolkit Popup?
Hi, I am not sure about it, I think you can add animation effect on Toolkit Popup, Or you can use Plugin.Maui.Popup in that I have used modal animated presentation mode.
Can we close the pop also in view model like we show popup ?
Hi Pragnesh. Can you let me know if we can pass any data(dictionary for example) to the popup to display the dictionary data in the popup
Hi, you can pass data in constructor of Popup Page like this.
var dictionarData = new Dictionary();
dictionarData.Add("Hello", 1);
this.ShowPopupAsync(new PopupPage(dictionarData));
Hi, thank you. I was searching for this a while. Can you show if it is possible to Scroll inside the popup. I have a long List where the user has to select an item.
Hi, You can add collection view inside popup page.
@@ProgrammingWithPragnesh Thanks. I tried but it's not scrollable. I will figure it out. :)
@@mikp1280 Okay, I will do one thing, I will add scrollable content in this project soon and share you repo here.
@@ProgrammingWithPragnesh You are my hero :)
Here is the repo url : github.com/mistrypragnesh40/CommunityPopup
Hey Pragnesh, love your videos!
Could you give me a hint how to close the pooup from the ViewModel? Can´t find any suitable solution besides from create a static popuphandler which manages all the created and opened popups :/
is there an easier way ?
Sorry, I am also not able to find any direct method that I can invoke to close popup. I think you can take a look at www.nuget.org/packages/Plugin.Maui.Popup this plugin.
In that you can close popup from anywhere.
@@ProgrammingWithPragnesh thanks in advice, merry christmas!
i tried that wrapper already, its too slow for me. for now i am just setting in my viewmodel which i inject in my page the page as an property to close it via my viewmodel
yeah right, now you can do that way, i hope in future update they provide common method to close popup. and merry Christmas you too
Thank you, this is very useful.
You're welcome!
Hello, I created random JSON data picker , how to display it on popup?
Hi I didnt get you, your mean displaying list of data in popup or just one control?
Hi, Pragnesh, I want to read a xml file to a list when opening an app and save the data list to this xml file when the app is back or shut down. how to do this? I research the Maui's web, I can't solve it. Could you make a video for it?
HI Sorry, I didn't get you. Your mean storing data in local file?
@@ProgrammingWithPragnesh I finished this using SQLite. thank your reply.😀
CanBeDismissedByTappingOutsideOfPopup is not working if value set to true. It not close if i click outside popup any help?
Is rg plugin is also working for MAUI or not?
it's very helpful. thank you.
Glad it was helpful!
What is android simulator you are using in this video please
Is it possible to reDuce the apk file size of .NET MAUI?
HI, I didn't tried yet, I will check and let you know.
@@ProgrammingWithPragnesh I hope you will create a tutorial on how to reduce the file size of an APK using .NET MAUI. The file size of the APK of Flutter is very small compared to the APK of .NET MAUI.
Thank you...
thanks for you
which android emulator you use
Hi, I am using real device. and Vysor software for mirroring.
Need example i.e . carosel with livecharts2 and datatable
Hi , I created one video on Carousel view ua-cam.com/video/R6Uah-USuxU/v-deo.html, You can go through it.
For Live chart I will try to create video in future.
Sir could you please make a video for ComunityToolkit.Messenger for delete, update or insert record from popup to mainview of records list.
HI , You can take a look at this video ua-cam.com/video/msqHEVgPap8/v-deo.html,
In this video I' m accessing command of one page to other page.
@@ProgrammingWithPragnesh Thank you very much sir