super_editor icon indicating copy to clipboard operation
super_editor copied to clipboard

[iOS] Support native edit menu + Secure Paste

Open BazinC opened this issue 1 year ago • 4 comments

Recently Flutter team worked on [ios_edit_menu]add native edit menu, unlocking Flutter should support iOS 15's Secure Paste feature

I think SuperEditor should aim feature parity here. Currently, everytime you paste something from another app you will get a pop up. End user is annoyed.

BazinC avatar May 23 '24 17:05 BazinC

I think @Jethro87 also mentioned something about using the native context menu a while ago.

angelosilvestre avatar May 23 '24 18:05 angelosilvestre

@angelosilvestre Yes, we would also like this.

Jethro87 avatar May 25 '24 07:05 Jethro87

I did some investigation into the design doc and merged PR. I also started poking around Flutter's built-in text field to see where this behavior is exposed.

It looks like the referenced PR may have been reverted in Flutter (undone). If that's the case, then we're back to waiting on a lasting merge of that behavior.

matthew-carroll avatar May 26 '24 08:05 matthew-carroll

I did some investigation into the design doc and merged PR. I also started poking around Flutter's built-in text field to see where this behavior is exposed.

It looks like the referenced PR may have been reverted in Flutter (undone). If that's the case, then we're back to waiting on a lasting merge of that behavior.

Hey Matthew, I am currently looking into the secure paste implementation too.

Running Flutter 3.22.2 atm, but looks like SystemContextMenu is not exposed atm?

alvindrakes avatar Jun 19 '24 09:06 alvindrakes