Is there a way we can get a return value using Rg.Plugins.Popup
@LS15QD3 жыл бұрын
Great Tutorial my dude!
@hardy3074 жыл бұрын
Your videos are awesome Houssem
@makatozi3 жыл бұрын
Works pretty well. How do you get the login details the user has typed in from the main page?
@tahirmehraj57486 жыл бұрын
I dont want popup to hide on background click! is there any way out for that ?
@Saraguaful3 жыл бұрын
Thank you so much, I needed it, you got a new follower.
@innomotionmedia40394 жыл бұрын
Awesome! only question: can you make the thing hide when clicked OUTSIDE of the layout? not only by button click? then its a 100 percent!
@adhoom6 жыл бұрын
how to get info from the pop-up form for instance it may be for adding a product or anything to a listview that exists the main page
@clay99635 жыл бұрын
i have the same question, do you know?
@ankushmehndiratta6924 жыл бұрын
good job, please make video on how we can change content of popup entry simultaniously with backpage entry
@RajK093 жыл бұрын
Hey, good video! You got a new follower here!!
@himanshu25876 жыл бұрын
i am having problem when i run with IOS phone Error ::: You MUST call Rg.Plugins.Popup.Popup.Init(); prior to using it. Already put below line in appdeligate.cs Rg.Plugins.Popup.Popup.Init(); global::Xamarin.Forms.Forms.Init(); LoadApplication(new App());
@yusufmohamedsalh83214 жыл бұрын
for those facing error : cannot convert from 'page to 'Rg.Plugins.Popup.Pages.PopupPage' just make sure to change your page.cs form content page to PopupPage stackoverflow.com/questions/53946706/issues-with-displaying-a-popup
@TheMcChasey4 жыл бұрын
Thanks
@m.tayyab29144 жыл бұрын
sir i have implement this plugin, it is working perfect on android but on ios app crashes when i repeatedly open and close popup,any idea why???
@ArshadKhan-tl5kr5 жыл бұрын
Thanks you so much Houssem your all videos are awesome.I have learnt a lot from your videos.Please make videos on push notifications in xamarin forms
@JuanMongeJ-3Dmo5 жыл бұрын
Thanks mate ! works like a charm
@mbarkimohamed92756 жыл бұрын
hi houssem , how can i handle my project with the different screen size for xamarin forms?
@vknigam19886 жыл бұрын
Hi Houssem Dellai it is working fine in case of ios but in android it is not working .. no pop up is showing and also no error is there .. please help
@mohamedoueslati62296 жыл бұрын
Hi, it' possible to use CarouselView into PopupPage ?
@EleazarJSH6 жыл бұрын
Thanks Houssem, I was searching for this...
@jameslee03826 жыл бұрын
Do you have a video to link user login using finger print scan?
@krzysztof.stepnikowski6 жыл бұрын
Hi, I have different emotions about using this library. In our project we have used Rg.Plugins.Popup 1.0.4 but with Xamarin.Forms in version 2.3.4. I would like to think how version of Xamarin Forms did you have in this project? Unfortunally, we sometimes have crashes on iOS and I think that maybe we have old version XF. What do you think about it? Thanks for your response. P.S. We have a plan doing upgrade to Xamarin Forms 2.5.
@HoussemDellai6 жыл бұрын
Hi Krzysztof, the version I used here is a Pre-release! I hope the stable version will be available soon and it should support .netstandard 2.0. You can check for the crashes/issues on their github page, sometimes developers also posts some solutions/workaround to resolve certain issues.
@krzysztof.stepnikowski6 жыл бұрын
Yes, you're right. I'm looking for it there :) Houssem, could you tell me what's the version of Xamarin.Forms you can use in your project? Is it may be >= 2.5?
@krzysztof.stepnikowski6 жыл бұрын
Generally, it's a good plugin but I'm trying to find resolve it. I think that Rg.Plugins.Popup works correctly with Xamarin.Forms >=2.5 and there is some information about it. I think that when we upgrade our XF then app won't have crashes.
@GouthamRanonymous135 жыл бұрын
@@krzysztof.stepnikowski even I am experiencing 'object disposed exception'. My current XF version is 3.4 and Rg.Popup is 1.1.5.180. Were you able to solve it? Please help me with this.
@erickalmeida295 жыл бұрын
Works perfectly..!!! you are the best..!!
@MrKazao6 жыл бұрын
Great vídeo! If you could talk more abou Background Tasks in Xamarin Forms, it should be awesome :D
@paularagones55755 жыл бұрын
Great Video! Thanks for sharing! I just wanted to ask if this also works with ViewModels?
@GouthamRanonymous135 жыл бұрын
I am getting a Object disposed exception. Can anyone help me with this?
@MrZippo3366 жыл бұрын
I don't know if its a bug, but I get an exception error saying that it cannot convert from "Page name" to rg.plugins.popup even tho it is set to a popup page in xaml and uses rg plugins library.
@MrZippo3366 жыл бұрын
Never mind.. Got it fixed.
@shannonboulting15514 жыл бұрын
@@MrZippo336 how did you fix this?
@vipinkrishna1316 жыл бұрын
Worked..Thanks.. Google sign-in now not working..Please update that..Thanks..
@guillermodanielarias98286 жыл бұрын
I have a problem with PopupNavigation.Instance.PushAsync(new PopupView()); It says PopupNavigation does not contains Instace.. Help?
@violenttendency93283 жыл бұрын
im having the same problem!!!
@rjdawg51004 жыл бұрын
This no longer works and seems something has changed in release version of RG NuGet package and/or Xamarin Forms version 4.8.0.1687??? Get lots of warnings and errors adding code from this video. Firstly the 'Partial declaration cannot specify different base class. second PopupNavigation.Instance.PopAsync(true); says PopNavigation does not exist? Can you update or is this really not an option anymore? Also this is invalid Rg.Plugins.Popup.Popup.Init(this, bundle); doesnt take 2 arguments so I changed to just (this) but that didnt help.
@violenttendency93283 жыл бұрын
did you ever figure it out? i am having the same problem :/
@rjdawg51003 жыл бұрын
@@violenttendency9328 no I did not and just gave up.
@alicedias89962 жыл бұрын
try Rg.Plugins.Popup.Popup.Init(this);
@Tazzad5 жыл бұрын
I cant get this to work. The screen goes dark (as yours do) but no popup shows up.
@stevesells66835 жыл бұрын
I had this issue when using rg.plugins.popup version 1.2.0.223 (latest stable as at 26/11/19). I went back to version 1.1.5.188 and it worked fine.
@hirebestxamarindeveloper36904 жыл бұрын
Thank You So Much waiting for this and here it is Thanks , Thanks A lot @Houssem
@homrana74544 жыл бұрын
Hey guys, how can solve this error System.Net.Http.HttpRequestException: 400 (Bad Request)
@codecambo6 жыл бұрын
nice video, can u make video how to use socket in xamrin form
@mcaves___14416 жыл бұрын
it worked bro! Thank You :)
@agustinherrera87754 жыл бұрын
Excelent friend, :)
@huongcao72816 жыл бұрын
Great ! Can you make a video tutorial on printing telephone bill from the xamarin form?
@clenmartin45266 жыл бұрын
thank you brother you save my ass, hope for more tuts
@A4amenvi6 жыл бұрын
Thank you bro.
@harrydang52486 жыл бұрын
Can it implement with MVVM?
@SAIDBEHAINE6 жыл бұрын
Some news about this?
@harrydang52486 жыл бұрын
yep, you can use it with prism.plugin.popup but you have already used Prism before
@abdurrahmansefer20815 жыл бұрын
best and Great Man ;)
@endritrushiti38406 жыл бұрын
In Android doesn't work just blank screen ?
@TheUsman1415 жыл бұрын
you need to give some back ground color to the main stack layout
@radosawrudnicki15634 жыл бұрын
Cool! Thank you!
@endritrushiti38406 жыл бұрын
Doesn't work me , UNSUBSCRIBED YOU , PopupNavigation.Instance.PushAsync(new SettingsPage()); Error cant convert
@HoussemDellai6 жыл бұрын
Endrit Rushiti good reason to unsubscribe :) Make sure SettingsPage inherits from Popup
@endritrushiti38406 жыл бұрын
SettingsPage inhert from a ContentPage at your video , and you have also to many errors in your video ,,,,As a last think I want to mention is that I was your biggest fan !
@HoussemDellai6 жыл бұрын
Endrit Rushiti oh yeah :) it should use PopupPage, here's the source code github.com/HoussemDellai/Xamarin-Forms-Popup-Demo
@danielakachi36666 жыл бұрын
NIce!!.. Thaanks
@EdRawrDev58136 жыл бұрын
ty wise man
@samerkouta6 жыл бұрын
Good tutorial. 10x
@khimacao5 жыл бұрын
thank you sir
@AlexS-gn9tq6 жыл бұрын
I use rg.plugins.popup. It works great
@mastersacademy85216 жыл бұрын
awesome
@amitsrivastav8186 жыл бұрын
great.
@КириллЛ-ы8ш6 жыл бұрын
Great work. Thank you. Also don't forget to see the new documentation for new releases, there is very important information in it. For example you must invoke Rg.Plugins.Popup.Popup.SendBackPressed for Android in the last pre release to make the Android back button workable (github.com/rotorgames/Rg.Plugins.Popup/wiki/Getting-started#android-back-button). For more information see github.com/rotorgames/Rg.Plugins.Popup/wiki