Skip to content
NLNuvyntra Labs
All packages

Device & UX

Plugin.Maui.ClipboardPlus

Sensitive clips, expiry, and content-changed events

Clipboard for MAUI that is more useful than MAUI Clipboard: sensitive text, automatic expiry, presence flags, and ContentChanged — including keeping secrets off Universal Clipboard on iOS.

Install

dotnet add package Plugin.Maui.ClipboardPlus

Package ID: Plugin.Maui.ClipboardPlus

Overview

Plugin.Maui.ClipboardPlus is a clipboard API for MAUI on Android and iOS that is significantly more useful than MAUI Clipboard. It supports ordinary text plus sensitive clips that are marked sensitive on the OS where that exists, stay off Universal Clipboard on iOS, and are cleared automatically when they expire. Apps also get HasText / HasImage / HasUri and a ContentChanged event with Self, External, or Cleared source.

Capabilities

  • Ordinary and sensitive text copy.
  • Automatic expiry of secrets.
  • Clear sensitive clips when the app backgrounds.
  • Presence flags and change events for text, URI, image, and files.

Related in Device & UX