Rg.plugins.popup: Popup class is missing in Rg.Plugins.Popup from UWP, cannot init plugin in UWP

Created on 9 Apr 2020  路  2Comments  路  Source: rotorgames/Rg.Plugins.Popup

馃敊 Regression

As with #520 and others asking about the same issue, the Rg.Plugins.Popup.Popup class cannot be found, but this is in my UWP project, not Android

Old (and correct) behavior

Rg.Plugins.Popup.Popup.Init(); used in the App.xaml.cs class in a Xamarin.Forms UWP project compiles without error.

Current behavior

On compilation, error CS0234 is thrown stating

The type or namespace name 'Popup' does not exist in the namespace 'Rg.Plugins.Popup' (are you missing an assembly reference?)

Reproduction steps

Try to initialize the plugin under UWP

Configuration

Version: 2.0.0.2

Platform:

  • [ ] :iphone: iOS
  • [ ] :robot: Android
  • [ ] :checkered_flag: WPF
  • [x] :earth_americas: UWP
  • [ ] :apple: MacOS
  • [ ] :tv: tvOS
  • [x] :monkey: Xamarin.Forms

Most helpful comment

You have to set the minimum target to 10.0.17763 or higher.

All 2 comments

You have to set the minimum target to 10.0.17763 or higher.

keep in mind this is a Xamarin.Forms requirement

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Phenek picture Phenek  路  6Comments

juanmalm picture juanmalm  路  4Comments

VladislavAntonyuk picture VladislavAntonyuk  路  3Comments

mshenoy83 picture mshenoy83  路  4Comments

masiri201 picture masiri201  路  3Comments