samuelezedi / flutter_clipboard

A plugin that helps you copy to clipboard and paste from clipboard.
Other
36 stars 7 forks source link

Cannot get clipboard contents from web #16

Open GnRSlash opened 7 months ago

GnRSlash commented 7 months ago

Organizational policies are blocking google chrome clipboard, but my application doesn't show any error messages at chrome console and inside my try catch block, nothing fires the try... Can you configure your Google chrome to block clipboard contents and see what is happening? Note: copy to clipboard is working, only paste from clipboard do not work.

This is the function that is getting called and don't generate any errors: String clipboard = await FlutterClipboard.paste();

the clipboard variable is empty after this but clipboard HAS text to get.

Chrome is up to date Version 120.0.6099.110 (Official Build) (64-bit)

Your plugin is: clipboard: ^0.1.3

Thanks