Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[UWP] Popup does not exist in Rg.Plugins.Popup #739

Open
6 tasks
melvyniandrag opened this issue Jun 9, 2022 · 5 comments
Open
6 tasks

[UWP] Popup does not exist in Rg.Plugins.Popup #739

melvyniandrag opened this issue Jun 9, 2022 · 5 comments

Comments

@melvyniandrag
Copy link

melvyniandrag commented Jun 9, 2022

🔙 Regression

Regression to this issue: #695

Old (and correct) behavior

See above

Current behavior

See above

Reproduction steps

Update Xamarin Forms and Rg Plugins to the latest as of June 9th 2022, then

                Rg.Plugins.Popup.Popup.Init();
                Xamarin.Forms.Forms.Init(e, Rg.Plugins.Popup.Popup.GetExtraAssemblies());

Configuration

Rg Plugins: 2.1.0
Xamarin Forms: 2.0.0.2478

Platform:

  • 📱 iOS
  • 🤖 Android
  • 🏁 WPF
  • [ X] 🌎 UWP
  • 🍎 MacOS
  • 📺 tvOS
  • 🐒 Xamarin.Forms
@rpetersonfujitsu
Copy link

rpetersonfujitsu commented Jun 23, 2022

In my UWP project settings, I had to update the minimum target version to 1903 (build 18362)
in order for it to get the correctly assembly with Rg.Plugins.Popup.Popup.

Also, there's typo in your post:
"Xamarin Forms: 2.0.0.2478"
Should be:
"Xamarin Forms: 5.0.0.2478"

@RobbiewOnline
Copy link

Same issue here.

My minimum was 10.0.17763.0 but had to change to 10.0.18362.0

I'm not sure how much of an impact that has on who I distribute the Windows UWP app to, but it would be great to lower the minimum spec if Rg.Plugins.Popup doesn't really need the higher minimum version?

Kind regards,
Rob.

@exendahal
Copy link

I have UWP target version to 19041, Rg.popup 2.0.0.13 and Xamarin.Forms 5.0.0.2515 installed. I am running without any issues.
Also, ensure you add the following lines of code on OnLaunched method under App.xaml.cs file.

Rg.Plugins.Popup.Popup.Init();
Xamarin.Forms.Forms.Init(e, Rg.Plugins.Popup.Popup.GetExtraAssemblies());

@Buzzker
Copy link

Buzzker commented Oct 10, 2023

Changing minimum UWP Version to 1809 solved it for me.

@melvyniandrag
Copy link
Author

Hello everyone thanks for the info. Forgot to reply that your solutions solved the issue for me.

I just had the issue again and sure enough I had to bump my uwp min version again! I thought it funny when I found the ticket and it was me who opened it over a year ago.

Hate to require a windows updates to use my simple app. Could be an old pc in the factory offline that we sideload the app on. Sucks it might stop working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants