readium / swift-toolkit

A toolkit for ebooks, audiobooks and comics written in Swift
https://readium.org/mobile/
BSD 3-Clause "New" or "Revised" License
223 stars 96 forks source link

Fix Copy and Share editing actions #364

Closed mickael-menu closed 7 months ago

mickael-menu commented 7 months ago

Fixed

Navigator


From iOS 13 to 15, the Share menu action is impossible to remove without resorting to complex method swizzling in the subviews of PDFView. To prevent users from copying the text, we simply disable all text selection in this case.