Woka 1.0.0
See the version list below for details.
dotnet add package Woka --version 1.0.0
NuGet\Install-Package Woka -Version 1.0.0
<PackageReference Include="Woka" Version="1.0.0" />
paket add Woka --version 1.0.0
#r "nuget: Woka, 1.0.0"
// Install Woka as a Cake Addin #addin nuget:?package=Woka&version=1.0.0 // Install Woka as a Cake Tool #tool nuget:?package=Woka&version=1.0.0
<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://github.com/jerry08/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.
π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
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. 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-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
-
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 (2)
Showing the top 2 popular GitHub repositories that depend on Woka:
Repository | Stars |
---|---|
jerry08/Anikin
A multi-platform app to stream/download videos.
|
|
jerry08/Yosu
Downloads videos, tracks and playlists from YouTube, Soundcloud and Spotify
|
Version | Downloads | Last updated |
---|---|---|
1.2.0 | 83 | 11/18/2024 |
1.1.0 | 679 | 6/10/2024 |
1.0.20 | 838 | 11/24/2023 |
1.0.16 | 213 | 11/5/2023 |
1.0.15 | 179 | 11/4/2023 |
1.0.14 | 364 | 10/26/2023 |
1.0.13 | 573 | 10/4/2023 |
1.0.12 | 262 | 9/18/2023 |
1.0.11 | 258 | 8/3/2023 |
1.0.8 | 310 | 8/1/2023 |
1.0.7 | 564 | 5/19/2023 |
1.0.6 | 383 | 3/21/2023 |
1.0.5 | 445 | 2/16/2023 |
1.0.4 | 282 | 2/9/2023 |
1.0.3 | 315 | 1/30/2023 |
1.0.2 | 313 | 1/27/2023 |
1.0.1 | 321 | 1/20/2023 |
1.0.0 | 316 | 1/20/2023 |