Reputation: 31
Can anyone help me? I have a new issue when I update to iOS 16 on my device.
When using TextField, iOS will request paste permission when the user initiates the paste. But it seems that active pasting shouldn't need to request Clipboard permissions. It's a user action. I think it does not need a request to paste. How can I avoid it or solve this problem?
This is GitHub issue I submitted. https://github.com/flutter/flutter/issues/122360#issuecomment-1463114422
I create a Flutter project and add simple text filed to new application and build it. When I copy and paste, iOS will request paste permission.
Upvotes: 2
Views: 2694