0

I have a project .NET7.0-ios, and I want to implement the Popups component inside my project(https://learn.microsoft.com/en-us/dotnet/communitytoolkit/maui/views/popup).

How can I implement this inside my project?

I want to create an xaml page and call. This component is from my native iOS environment.

1
  • Did you want to use the native iOS popup component? Commented Apr 24, 2024 at 6:21

1 Answer 1

0

You can create a popup page by refer to this document about Building a Popup.

If you want to use the native component directly, you can check this document about how to use the Native embedding - .NET MAUI | Microsoft Learn.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.