AwaitablePopups icon indicating copy to clipboard operation
AwaitablePopups copied to clipboard

SafeCloseModel with the Async Parameter does not work correctly.

Open LuckyDucko opened this issue 3 years ago • 0 comments

🐛 Bug Report

I cannot seem to make the SafeCloseModel work correctly. I believe it may best be worked with AsyncCommand, however, that causes issues aswell

Reproduction steps

create an async function similar to using ButtonCommandForPopupExit = new Command(() => SafeCloseModal<ViewName>(AsyncFunction()));

Configuration

Version of AwaitablePopups: 1.1.5 Version of Rg.Plugins.Popup: 2.0.0.10

Platform:

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

LuckyDucko avatar Apr 26 '21 06:04 LuckyDucko