Add info:
After the App enter inactive, the user does some clipboard-related actions, such as copying new content.Then go back to the App, click the button and it will behave differently.
The state of the button is disable, actually the clipboard should have content and we expect the button should be highlighted
Button click behavior exception, will still show clipboard permissions alert
Workaround:
re-set UIPasteControl target when app enter active, like UIApplication.didBecomeActiveNotification.
it work for me
Post
Replies
Boosts
Views
Activity
we have this problem too