Conversation

The solution would be for the app developers to stop using a feature inherently requiring that URLs are automatically read from the clipboard. Apple added an API to detect if the clipboard contains URL-like data but that's hardly a solution. It just reduces how often it happens.
1
1
Ideally, Android and iOS would have designed clipboard support so that pasting is a user action via the system UI instead of a programmatic call to an API by the app triggered by a user action. Context menu would ideally be system UI with app extensions.
1
5