For the complete documentation index, see llms.txt. This page is also available as Markdown.

Invoke .NET MAUI Code

Wisej.NET Hybrid Local applications can use .NET MAUI directly from within the project.

Example Project

Setup

To get started, add <UseMaui>true</UseMaui> to a Wisej.NET Hybrid Local Application .csproj or .vbproj <PropertyGroup>.

Vibration Example

Triggering a vibration on a Wisej.NET button click.

Haptic Feedback Example

In Wisej.NET, all requests come in on a background thread. When invoking .NET MAUI code directly, you may need to run the call on the device's UI thread:

Last updated