rotorgames / Rg.Plugins.Popup

Xamarin Forms popup plugin
MIT License
1.15k stars 337 forks source link

Unable to initialize and use popups in WPF when the .WPF project is 3.1 #686

Open srqdev opened 3 years ago

srqdev commented 3 years ago

🐛 Bug Report

The WPF platform specific code is not available when using a WPF NET Core 3.1.

Expected behavior

Rg.Plugins.Popup.Popup.Init() is available in the WPF app to initthe control correctly

Reproduction steps

Create a basic Xamarin Forms app, add a WPF .NET 3.1 app to it. Try to initialize the RG.Popup control.

Configuration

Version: 2.0.0.12

Platform:

srqdevg commented 2 years ago

I'm having the same issue. I tried adding the references manually but there is no implementation for WPF so the code responds with a message stating that the lib has not been initialized yet. You can;t initialize it because there is no WPF implementation code.