![]() |
VOOZH | about |
dotnet add package ChatBotCustomWebViewPlugin --version 1.0.3
NuGet\Install-Package ChatBotCustomWebViewPlugin -Version 1.0.3
<PackageReference Include="ChatBotCustomWebViewPlugin" Version="1.0.3" />
<PackageVersion Include="ChatBotCustomWebViewPlugin" Version="1.0.3" />Directory.Packages.props
<PackageReference Include="ChatBotCustomWebViewPlugin" />Project file
paket add ChatBotCustomWebViewPlugin --version 1.0.3
#r "nuget: ChatBotCustomWebViewPlugin, 1.0.3"
#:package ChatBotCustomWebViewPlugin@1.0.3
#addin nuget:?package=ChatBotCustomWebViewPlugin&version=1.0.3Install as a Cake Addin
#tool nuget:?package=ChatBotCustomWebViewPlugin&version=1.0.3Install as a Cake Tool
Install SDK/Plugin
Need to add .UseCustomWebViewPluginLibrary() in Mauiprogram.cs
Ex:- public static class MauiProgram { public static MauiApp CreateMauiApp() { var builder = MauiApp.CreateBuilder(); builder .UseMauiApp<App>() .UseMauiCommunityToolkit() .UseCustomWebViewPluginLibrary() .ConfigureFonts(fonts ⇒ { fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular"); fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold"); }).UseUserDialogs();
#if DEBUG builder.Logging.AddDebug(); #endif Routing.RegisterRoute("home", typeof(HomeView)); return builder.Build(); } }
Import xmlns:customWebView="clr-namespace:ChatBotCustomWebViewPlugin.Views;assembly=ChatBotCustomWebViewPlugin"
Use- <StackLayout> <customWebView:ChatBotCustomView x:Name="webView" HorizontalOptions="FillAndExpand" VerticalOptions="FillAndExpand"/> </StackLayout>
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0-android34.0 net8.0-android34.0 is compatible. net8.0-ios17.2 net8.0-ios17.2 is compatible. net9.0-android net9.0-android was computed. net9.0-ios net9.0-ios was computed. net10.0-android net10.0-android was computed. net10.0-ios net10.0-ios was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
MAUI Chatbot WebView SDK