-
Notifications
You must be signed in to change notification settings - Fork 50
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
Support MAUI, please #756
Comments
MAUI is fully supported. Can you provide us more details?
|
MAUI is supported. You need to try in Platform specific folder (
https://developer.android.com/reference/androidx/webkit/WebViewAssetLoader is bound in WebKit nuget: https://www.nuget.org/packages/Xamarin.AndroidX.WebKit
|
Hi! When I add the nuget package Xamarin.AndroidX.WebKit to my MAUI project, the code looks good as far as VS identifies the class properly and intelisense works. But when I build the project, it fails throwing this error:
Thanks in advance! |
Try adding this package to your project: <PackageReference Include="Xamarin.AndroidX.Activity.Ktx" Version="1.7.2" /> |
This got me the fix, after pasting the code:
|
Adding that reference made it work. Thanks! |
Android application type
Not applicable
Affected platform version
VS 2022
Description
I cannot use the librarte in a MAUI project, will you support MAUI in the near future?
I have a project developed in Xamarin.Forms and It uses the class WebViewAssetsLoader, but this class is not available for MAUI.
Thanks in advance.
Relevant log output
No response
The text was updated successfully, but these errors were encountered: