You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 15, 2024. It is now read-only.
The new preview version of Xamarin.Essentials 1.6.0-pre3 with bugfix #1502 from bug report #1321 has a side effect.
The iOS warning is displayed again.
Steps to Reproduce
Use Xamarin.Essentials 1.6.0-pre3 nuget
Implement Clipboard.HasText in your project
e.g. copy text from the Safari App
run the app and access Clipboard.HasText
Expected Behavior
The Clipboard.HasText property should return true and no iOS warning.