Questions tagged [maui-compat]
4 questions
2
votes
1 answer
How to add drawingView in maui project
How to add DrawingView or Signaturepad in Maui using CommunityToolkit.maui.core, or how can I implement Signaturepad in maui project.

Lemo Gaans
- 23
- 3
1
vote
1 answer
Migrate Xamarin Forms Effect to .NET MAUI
For a Xamarin Forms application, I have been using a solution to track touch using code from an example out of Microsoft's Xamarin Forms Sample Project, specifically the Touch Tracking Effect sample.
I took that sample and simplified it down to just…

VinceL
- 299
- 1
- 3
- 13
1
vote
3 answers
Integration of the Pendo SDK with the .NET MAUI sample application causes an error
One of our production applications which developed in Xamarin cross platform UI mobile framework, we have been using Pendo-sdk-ios and pendo-sdk-android nuget packages…

Rajarajan
- 68
- 1
- 9
0
votes
0 answers
Popup in .Net Maui application
I use Xamarin community toolkit mauicompat to implement popup for .net maui but when I call to open the popup, it had an error like the image below
and my code here:
public partial class HomePage : ContentPage
{
public HomePage()
{
…

Harry
- 145
- 1
- 3
- 12