PopupNavigation.PushAsync does not work with XF2.5
See original GitHub issueI have the following method in my PCL:
Device.BeginInvokeOnMainThread(async () =>
{
await PopupNavigation.PushAsync(popUpPage);
});
and have recently upgraded to the latest Xamarin.Forms 2.5.0 stable
and the method above never returns when pushing a new page with latest version.
Worked fine with previous stable Xamarin.Forms
I’m guessing it has something to do with this method: https://github.com/rotorgames/Rg.Plugins.Popup/blob/a44ace31c5b9dfa2df2cb7b1eb3200cf17e41d43/src/Rg.Plugins.Popup/Services/PopupNavigation.cs#L28
Issue Analytics
- State:
- Created 6 years ago
- Comments:36 (24 by maintainers)
Top Results From Across the Web
Xamarin forms : Issues with xamarin popup image
I am using the following code in viewmodel. var page = new Pages.MyPopUpImage(); await PopupNavigation.Instance.PushAsync(page);. Getting ...
Read more >Async/Await for Rg.Plugins.Popup : r/xamarindevelopers
The problem is that the popup is called and displays and one its called execution immediately moves to the next line and calls ......
Read more >Re-direct to a different content page from the Rg.Plugins. ...
I create a demo with following code, it worked as normal. Copy. await Navigation.PushAsync(new CustomerDelivery(lstOrders)); ...
Read more >Xamarin.Forms — Xamarin Community Forums
Hi all, I have been trying to make an application that invokes camera through page rendering. I have used Custom Renderer from Xamarin....
Read more >Xamarin Community Forums - RSSing.com
I faced a problem when saving file in the Android device in external storage location. Xamarin.Forms Android project details: Target Framework : Android...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@Cloudkasten @JKennedy24 Check this plugin is installed in each project and versions of this plugin are consolidated and after it, remove each bin and obj folders in solution and try again.
P.S. Update plugin to v1.1.1-pre
@brianjtools
Did you see it? https://github.com/rotorgames/Rg.Plugins.Popup/#uwp-troubleshooting