Replies: 2 comments 3 replies
-
What's wrong with Avalonias Clipboard service for Windows? You may need to have different code pathes per platform here. |
Beta Was this translation helpful? Give feedback.
1 reply
-
MAUI Essentials doesn't support Windows without using "net8.0-windows10.0.xxxxx" target framework. So you have to set higher target version. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I like to be able to copy things to the clipboard and to use the OS "share"-feature to share content of my app via 3rd party apps (Messengers, Mails, whatever). I am creating my app for all OSes (right now for Windows and Android).
I tried using the
Share
andClipboard
classes of Microsoft.Maui.Essentials which works on Android. But on Windows I get the following unhandled exception message when trying to use the classes. The app is compling and starting.The code is just as simple as
All Versions are up-to-date in all Projects:
DotNet 9
Avalonia 11.2.6
Microsoft.Maui.Essentials 9.0.50
Actually I don't understand why it is not running - especially because it does on Android.
Beta Was this translation helpful? Give feedback.
All reactions