Regarding Customize Popup in .Net MAUI

Sanjay Kumar Jha 156 Reputation points
2022-05-18T07:53:19.1+00:00

Hi,

I am migrating Xamarin App in /net MAUI.I am facing issue of customize popup.in Xamarin i had created customize Popup using RG.Plugin but MAUI does not support it.so i am using Mopups plugin which is update of Rg plugin.but after installing it from Nuget,when i Build my solution i am getting below error:203083-screen4-buildissue.png203141-screen1-custompopup-package.png203067-screen2-screencustomloader.png203113-screen3-classtocallcustompopup.png

****Severity Code Description Project File Line Suppression State
Error java.lang.RuntimeException: com.android.tools.r8.CompilationFailedException: Compilation failed to complete, origin: C:\Users\sanjay.nuget\packages\xamarin.google.guava.listenablefuture\1.0.0.5\buildTransitive\net6.0-android31.0....\jar\guava-listenablefuture.jar : com/google/common/util/concurrent/ListenableFuture.class MauiAppPopUpTest C:\Program Files\dotnet\packs\Microsoft.Android.Sdk.Windows\32.0.300-rc.3.45\tools\Xamarin.Android.D8.targets 79****

I am also attaching the solution as a reference. Please provide me solution for It.if there is any inbuilt possiblity of creating customize popup in .net MAUI then please share that solution with me.

Thanks
Sanjay Kumar

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,542 questions
{count} votes

Accepted answer
  1. paramjit 276 Reputation points
    2022-05-19T06:58:10.207+00:00

    You should use popups from MAUI Community Toolkit. It has matured now and can fulfill all the requirements. The link to docs is here
    This blog post about migrating the Xamarin.Forms app to Maui could be helpful.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.