Add Undo / Redo Support for Text Editing
-
Hi Tetrify team,
I noticed that your app doesn’t currently support iOS’s native text editing gestures like Shake to Undo or the three-finger swipe to undo/redo. This feature is available in Apple’s native text components (UITextView / UITextField) and makes editing feel much smoother and consistent across iPhone apps.
It would be amazing if you could enable Apple’s UndoManager or use the built-in UIKit text fields so users can undo/redo natively.
Also, every time I try to paste something, iOS asks for permission (“Allow Paste?”). This usually happens when an app accesses the clipboard automatically or hasn’t updated to Apple’s latest secure clipboard APIs.
Could the team please adjust the clipboard behaviour so the paste pop-up doesn’t appear every time only when users manually tap “Paste”?
Thank you for building such a great app — I’d really appreciate this addition! These two small fixes would make a huge difference in everyday usability!
— Penny
. -
@pennywrites the new update which is now on the App Store now has native copy and paste functionality! This should fix the second part of the issue you're describing with Secure Paste!
I will look into how we can handle other gestures as well but not sure if there'll be a quick solution for this. Thanks for raising it!