Pixel-Perfect, Customizable Popups for Xamarin.Forms with Rg.Plugins.Popup

  Рет қаралды 11,940

Gerald Versluis

Gerald Versluis

Күн бұрын

Пікірлер: 61
@dolphinedge
@dolphinedge 3 жыл бұрын
Thanks for the great work you do to educate xamarin forms community. I use your channel every time I want implement something new. Was wondering if you could do a video on image full view, pitch and zoom.
@jfversluis
@jfversluis 3 жыл бұрын
Great to hear, thanks! I'll add that one to my (long) todo list!
@madraven37
@madraven37 3 жыл бұрын
Been using this with my tips whenever the user opens the app. Great package I should say. Thank you...👍👍👍👍
@jfversluis
@jfversluis 3 жыл бұрын
Oh like a Tip of the Day? Cool!
@techdevelopersdotnet1980
@techdevelopersdotnet1980 3 жыл бұрын
@14:18 I think it's not happy because you didn't save the files. You can see the circle on the tabs of open files. Once you build the project, it will save all files but you can save them with Ctrl + S while developing.
@jfversluis
@jfversluis 2 жыл бұрын
Oooh good spot, thanks for that! :D
@niharikasaraswat2181
@niharikasaraswat2181 Жыл бұрын
I want to bind the collection view in the popup so is it possible we can have rg.plugin.popup in center and it can expand its height according to items available in collection?
@PramodKumar-rq4xx
@PramodKumar-rq4xx Жыл бұрын
Is it possible to create sticky header in carouselview if yes please make a video on it.
@1990lietuva
@1990lietuva 2 жыл бұрын
Long shot, but I just can't figure out how to receive data in my MVVM, the popup with entry shows up, I enter the data and click okay, now how do I get that data in my mvvm ?
@LeonoX97
@LeonoX97 2 жыл бұрын
Hi men thank you for the video, I have been searching how to implement a guide tutorial inside an app but I can't find how to create elements in specific position when I clicked for example in a button, You know how I can make a guide tour for my app? I really appreciate any help, thank you
@paul790905
@paul790905 3 жыл бұрын
Thanks Gerald from Cuba
@jfversluis
@jfversluis 3 жыл бұрын
From Cuba! That is amazing! I've been there a few years ago and internet seemed hard to come by. Glad to see you here my friend!
@paul790905
@paul790905 3 жыл бұрын
@@jfversluis Yes, it has already improved a lot. Thanks to you and James Montemagno for their learning videos. See you in Cuba one day.
@jfversluis
@jfversluis 3 жыл бұрын
@@paul790905 I hope so! Thanks for the kind words!
@ievheniiierokhin1677
@ievheniiierokhin1677 3 жыл бұрын
Thanks for great video, you know there is a limitation to showing only single popup dialog at the moment, how would you handle multiple popup dialogs?
@jfversluis
@jfversluis 3 жыл бұрын
I didn't but that makes sense. I think the same limitation applies to the Xamarin.CommunityToolkit as well. Do you get a lot of questions about it? Personally I feel that is a problem that can be worked around easily and maybe not even something you should want to do as a developer. If you want to chat about some things, find my email on my GitHub profile and reach out :)
@ievheniiierokhin1677
@ievheniiierokhin1677 3 жыл бұрын
@@jfversluis Not really getting questions at all :) it was just a bug trying to open multiple dialogs at the same time, for example when async await operations return trying to open new dialog :)
@keyurpatel1980
@keyurpatel1980 2 жыл бұрын
Hi Gerald, Thank you. I have OrdersList Page that show list of orders. Use can select any Order and view OrderDetailsPage. Of course, OrderDetailsPage is NOT part Shell Visual Hierarchy. I need to show Popup from the OrderDetailsPage page. I can show Rg Popup but it opens popup on the new page. I think because the Navigation stack already has OrdersListPage and OrderDetailsPage. How can I solve this issue?
@jfversluis
@jfversluis 2 жыл бұрын
Kind of impossible to say without seeing the code, sorry!
@AndresDiaz-et5mc
@AndresDiaz-et5mc 3 жыл бұрын
I wish you talk how to set a viewModel in a popup page! Great video!
@jfversluis
@jfversluis 3 жыл бұрын
Thanks! ViewModel for a popup is no different than for a normal page :)
@keyurpatel1980
@keyurpatel1980 2 жыл бұрын
This videos shows using MVVM. kzbin.info/www/bejne/sJquo2Zqpr-rf6s
@hossamhamed
@hossamhamed 3 жыл бұрын
Hi Gerald , I Can't Use This Package With Fresh MVVM , Can You make A video for that With passing data between them please
@jfversluis
@jfversluis 3 жыл бұрын
Yeah I don't think this plugin works very well with MVVM. I'll see what I can do
@davejarcher
@davejarcher 3 жыл бұрын
Many thanks for another great video Gerald! Can I request a quick video on changing your form layout due to orientation changes using MVVM?
@jfversluis
@jfversluis 3 жыл бұрын
That should have anything to do with MVVM. What do you mean by changing the layout?
@davejarcher
@davejarcher 3 жыл бұрын
@@jfversluis If you rotate a screen from portrait to landscape, you may want to layout a form differently
@keyurpatel1980
@keyurpatel1980 2 жыл бұрын
Here is one that uses MVVM. kzbin.info/www/bejne/sJquo2Zqpr-rf6s
@RaabStephan
@RaabStephan 3 жыл бұрын
I'm curious how you would send binding from your viewmodel through to the popup page?
@jfversluis
@jfversluis 3 жыл бұрын
The popup page is just a page, right? SO it has a BindingContext property and should work just like any other page :) or am I not understanding you correctly?
@LuisGustavoJulio
@LuisGustavoJulio 3 жыл бұрын
Have a tutorial for using it with MVVM? Thanks a lot!!
@jfversluis
@jfversluis 2 жыл бұрын
Not at the moment, sorry!
@milankrukel4076
@milankrukel4076 3 жыл бұрын
is there a way to navigate from your popup to a new page? using modalAsync?? i want to let the popup show first and then after pressing the button navigating it to the next page
@jfversluis
@jfversluis 3 жыл бұрын
Hm I guess there would be... You can just use the navigation service for that as you normally would. Any luck yet?
@張揚-f6t
@張揚-f6t 3 жыл бұрын
Hello, I like this video very much. I would like to ask if it is possible to automatically pop out of the window and set the delay time? thank
@jfversluis
@jfversluis 3 жыл бұрын
Thanks! I guess so! Wrap it in a timer and have fun! :D
@SajithDulanjaya
@SajithDulanjaya 2 жыл бұрын
Is there a way to change the opacity of the overlay when the popup is displayed?
@jfversluis
@jfversluis 2 жыл бұрын
I think you should be able to set the background color. If you include alpha info in there?
@bwsince1926
@bwsince1926 2 жыл бұрын
My apologies if that is already covered in the video, but would this be able to be used in a ViewModel without needing to reference the page's Navigation instance (hence breaking MVVM)? Keep in mind I am not using any MVVM library and doing it all natively.
@jfversluis
@jfversluis 2 жыл бұрын
Absolutely, but not out of the box probably. You might want to write you own service to do that or use the messaging center to decouple the code
@bwsince1926
@bwsince1926 2 жыл бұрын
@@jfversluis Looking at the GitHub docs, it appears to suggest using an IPopupNavigation interface to handle navigation - guess that's the cleanest implementation as it allows the View to not have any relevant code at all.
@jfversluis
@jfversluis 2 жыл бұрын
@@bwsince1926 that would be my guess :)
@ajithcherrian1996
@ajithcherrian1996 3 жыл бұрын
Can you please upload a tutorial for implementation of google captcha or any captcha in Xamarin forms application . It will be helpful for many of us as we don’t have enough tutorials
@jfversluis
@jfversluis 3 жыл бұрын
Why would you need a captcha on mobile? Those are for protecting you from bots filling out the forms, I would say that is not as much a problem on mobile?
@EdRawrDev5813
@EdRawrDev5813 3 жыл бұрын
It would be hyper cool if you could guide us in the source code of the library so we can understand how to create a custome dialog like this, I'm assuming that they use bindable props and delegates for actions and stuff like that. I think that could me hyper useful to know, ty sir Gerald. 💜💀
@jfversluis
@jfversluis 3 жыл бұрын
Why would you want to copy the code and do it yourself if there is this library to do this for you? ;)
@anwaralomari2261
@anwaralomari2261 3 жыл бұрын
Can Rg.Plugins.Popup be used with .NET MAUI ?
@jfversluis
@jfversluis 3 жыл бұрын
Not until they make it compatible, which hasn’t been announced yet
@Ngonirow007
@Ngonirow007 3 жыл бұрын
Thanks for the great video. l have scenario whereby l am trying to make an appshell project to resize based on the screen size of the device which it would be installed on. Your assistance will be greatly appreciated. Keep up with the good videos.
@jfversluis
@jfversluis 3 жыл бұрын
I'm not sure what your question is :)
@Ngonirow007
@Ngonirow007 3 жыл бұрын
@@jfversluis I've been working on my Xamarin.Forms cross platform application. At it's current state, the UI looks perfect on my Samsung M31, however, sadly there's a problem. During the development and testing, debugging process so far I've been only using Samsung M32 as a physical device assuming (to my mistake) that Xamarin will take care of scaling everything to devices with smaller screens, however, that turned out to be completely false. The moment I attempted to run the application on an emulator with smaller screen, the UI completely broke down and looked out of place
@zeeshanbadshah5371
@zeeshanbadshah5371 3 жыл бұрын
Thanks 👍.
@jfversluis
@jfversluis 3 жыл бұрын
No problem 👍
@loka1253
@loka1253 2 жыл бұрын
Can I dismiss the user dialog button with out user interaction??
@jfversluis
@jfversluis 2 жыл бұрын
Absolutely, just call the close method somewhere in the code
@loka1253
@loka1253 2 жыл бұрын
@@jfversluis I have used confirm async method and it dont have any close method Gerald...can you please help me!!
@jfversluis
@jfversluis 2 жыл бұрын
github.com/rotorgames/Rg.Plugins.Popup/wiki/Navigation
@amigoSeiya
@amigoSeiya 3 жыл бұрын
I use this plugin a freaking lot hahaha
@jfversluis
@jfversluis 3 жыл бұрын
It's amazing right?!
@amigoSeiya
@amigoSeiya 3 жыл бұрын
@@jfversluis yeah! I may be terrible at Interface design but it’s a great plugin
@jfversluis
@jfversluis 3 жыл бұрын
@@amigoSeiya hahaha same! I can show you how to use it, not how to make it pretty…
Decoupled Code with MessagingCenter in Xamarin.Forms
18:46
Gerald Versluis
Рет қаралды 12 М.
Pass Data From and To Popups with Xamarin Community Toolkit
17:22
Gerald Versluis
Рет қаралды 11 М.
Why no RONALDO?! 🤔⚽️
00:28
Celine Dept
Рет қаралды 114 МЛН
Интересно, какой он был в молодости
01:00
БЕЗУМНЫЙ СПОРТ
Рет қаралды 3,5 МЛН
Getting Started with Firebase Realtime Database and Xamarin.Forms
17:43
Dynamic App Themes in Xamarin.Forms - Light, Dark, & Custom Modes
25:13
James Montemagno
Рет қаралды 20 М.
Get Filthy Rich by Monetizing Your Xamarin.Forms App with AdMob
22:08
Gerald Versluis
Рет қаралды 11 М.
Create Custom Controls using BindableProperty for Xamarin.Forms
17:48
Gerald Versluis
Рет қаралды 16 М.
Save Passwords in Secure Storage in your Xamarin app with Essentials
17:11
Local Push Notifications in Xamarin.Forms
20:31
Gerald Versluis
Рет қаралды 27 М.
Take Pictures in Your App with CameraView for .NET MAUI
19:05
Gerald Versluis
Рет қаралды 8 М.
Xamarin Alerts, Dialogs and More on Steroids with Acr.UserDialogs
20:50
Xamarin.Forms & .NET MAUI Shell Navigation for Beginners
20:14
James Montemagno
Рет қаралды 40 М.