Hi all,
My experience is in the mobile field, so not sure how to create a plugin for windows.
the functionality I need to achieve: [Disable taking screenshots] same as in Android apps.
I found that I can do that if I called the following function:
Windows.UI.ViewManagement.ApplicationView.GetForCurrentView().IsScreenCaptureEnabled = false;
as I am using a Mac device, I only have the option to create a standalone version for windows, not UWP
not sure if it is an easy task, and it is just me that don’t know how, or it is harder than I can expect
Thanks in advance