Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working for WinUI3 applications #4

Open
okolobaxa opened this issue Dec 30, 2021 · 0 comments
Open

Not working for WinUI3 applications #4

okolobaxa opened this issue Dec 30, 2021 · 0 comments

Comments

@okolobaxa
Copy link

For WinUI 3 Win32 applications Helper also returns true
That is correct, since WinUI3 apps also could be packed. But as I understand, the main purpose of this helper is to detect if app is UWP and haver restricted capabilities. WinUI 3 Win32 could have full access to the system APIs, so current helper implementation of helper is not valid for modern UI desktop technologies.

Here is a sample WinUI3 app https://github.com/okolobaxa/WinUIApp-demo

image info

Unfortunately my research didn’t bring anything. Maybe there are some other ways to check without relying on package-related Win32 APIs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant