Woka 1.0.11

There is a newer version of this package available.
See the version list below for details.
dotnet add package Woka --version 1.0.11
NuGet\Install-Package Woka -Version 1.0.11
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Woka" Version="1.0.11" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Woka --version 1.0.11
#r "nuget: Woka, 1.0.11"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Woka as a Cake Addin
#addin nuget:?package=Woka&version=1.0.11

// Install Woka as a Cake Tool
#tool nuget:?package=Woka&version=1.0.11

<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();

Special cases

For .Net MAUI issues #15143 and #15018, use WokaGrid control:

xmlns:woka="clr-namespace:Woka.Controls;assembly=Woka"
<woka:WokaGrid ...>
    ...
</woka:WokaGrid>

Or override the LayoutManager in a custom Grid control. For example:

using Microsoft.Maui.Controls;
using Microsoft.Maui.Layouts;
using Woka.Layouts;
public class CustomGrid : Grid
{
    protected override ILayoutManager CreateLayoutManager()
        => new WokaGridLayoutManager(this);
}

Workaround coverage:

Fixes known issues/bugs:

  • #5983 - Keyboard does not Pop Up when Entry View's Focus is set to True Programmatically
  • #8787 Completed βœ”οΈ - 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 Completed βœ”οΈ - [Android] CollectionView: VirtualView cannot be null here, when clearing and adding items on second navigation
  • #4116 - [Windows] CollectionView ItemsUpdatingScrollMode property not working
  • #8387 - [Windows] Notify changes in CollectionView Layouts
  • #15143 - Account for padding when expanding * rows/columns to new sizes
  • #15018 - [iOS/Catalyst] Grid issue with calculating * values on iOS/MacCatalyst
  • #14557 - CollectionView Header & Footer not showing
Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.0.20 607 11/24/2023
1.0.16 182 11/5/2023
1.0.15 106 11/4/2023
1.0.14 285 10/26/2023
1.0.13 541 10/4/2023
1.0.12 234 9/18/2023
1.0.11 233 8/3/2023
1.0.8 284 8/1/2023
1.0.7 495 5/19/2023
1.0.6 361 3/21/2023
1.0.5 418 2/16/2023
1.0.4 256 2/9/2023
1.0.3 287 1/30/2023
1.0.2 286 1/27/2023
1.0.1 297 1/20/2023
1.0.0 289 1/20/2023