Woka 1.0.5
See the version list below for details.
dotnet add package Woka --version 1.0.5
NuGet\Install-Package Woka -Version 1.0.5
<PackageReference Include="Woka" Version="1.0.5" />
paket add Woka --version 1.0.5
#r "nuget: Woka, 1.0.5"
// Install Woka as a Cake Addin #addin nuget:?package=Woka&version=1.0.5 // Install Woka as a Cake Tool #tool nuget:?package=Woka&version=1.0.5
<h1 align="center"> Woka </h1>
<p align="center"> <a href="https://discord.gg/mhxsSMy2Nf"><img src="https://img.shields.io/badge/Discord-7289DA?style=for-the-badge&logo=discord&logoColor=white"></a> <a href="https://nuget.org/packages/Woka"><img src="https://img.shields.io/nuget/dt/Woka.svg?label=Downloads&color=%233DDC84&logo=nuget&logoColor=%23fff&style=for-the-badge"></a> </p>
Woka is a library that provides workarounds for issues/bugs related to .NET MAUI. This project uses mostly handlers to provide workarounds. As I experience more bugs, I will add more effective and efficient workarounds.
πSTAR THIS REPOSITORY TO SUPPORT THE DEVELOPER AND ENCOURAGE THE DEVELOPMENT OF THE PROJECT!
Install
- π¦ NuGet:
dotnet add package Woka
(main package)
Usage
Add the .ConfigureWorkarounds()
in your MauiProgram.cs
as shown below:
using Woka;
builder
.UseMauiApp<App>()
.UseMauiCommunityToolkit()
.ConfigureWorkarounds();
Workaround coverage:
Fixes known issues/bugs:
- #5983 - Keyboard does not Pop Up when Entry View's Focus is set to True Programmatically
- #8787 - Image Source to null doesn't work if the Source had a different value before
- #8926 - Pull to refresh on RefreshView does not hide the refresh indicator
- #6092 - The prompts displayed by DisplayAlert and other controls do not follow the theme set
- #6030 - Label MaxLines doesn't work
- #12219 - [Android] CollectionView: VirtualView cannot be null here, when clearing and adding items on second navigation
- #4116 - [Windows] CollectionView ItemsUpdatingScrollMode property not working
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0-android31.0 is compatible. net6.0-ios16.1 is compatible. net6.0-maccatalyst16.1 is compatible. net6.0-windows10.0.19041 is compatible. net7.0-android was computed. net7.0-android33.0 is compatible. net7.0-ios was computed. net7.0-ios16.1 is compatible. net7.0-maccatalyst was computed. net7.0-maccatalyst16.1 is compatible. net7.0-windows was computed. net7.0-windows10.0.19041 is compatible. net8.0-android was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-windows was computed. |
-
net6.0-android31.0
- No dependencies.
-
net6.0-ios16.1
-
net6.0-maccatalyst16.1
-
net6.0-windows10.0.19041
- No dependencies.
-
net7.0-android33.0
- No dependencies.
-
net7.0-ios16.1
- No dependencies.
-
net7.0-maccatalyst16.1
- No dependencies.
-
net7.0-windows10.0.19041
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Woka:
Repository | Stars |
---|---|
jerry08/Anikin
A multi-platform app to stream/download videos.
|
Version | Downloads | Last updated |
---|---|---|
1.1.0 | 645 | 6/10/2024 |
1.0.20 | 835 | 11/24/2023 |
1.0.16 | 212 | 11/5/2023 |
1.0.15 | 178 | 11/4/2023 |
1.0.14 | 363 | 10/26/2023 |
1.0.13 | 572 | 10/4/2023 |
1.0.12 | 261 | 9/18/2023 |
1.0.11 | 257 | 8/3/2023 |
1.0.8 | 309 | 8/1/2023 |
1.0.7 | 563 | 5/19/2023 |
1.0.6 | 382 | 3/21/2023 |
1.0.5 | 444 | 2/16/2023 |
1.0.4 | 281 | 2/9/2023 |
1.0.3 | 314 | 1/30/2023 |
1.0.2 | 312 | 1/27/2023 |
1.0.1 | 320 | 1/20/2023 |
1.0.0 | 315 | 1/20/2023 |