-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to hide Copy & Share options #191
Comments
When creating an let navigator = EPUBNavigatorViewController(
...,
config: .init(
editingActions: []
)
) |
Thanks. We tried this, but "Share" still shows up. |
Okay, then I'll have to take a look. Can you tell me which versions of Readium, Xcode and iOS you're using? |
Thanks..Readium we used the one from the test app readme setup instructions..Xcode is latest 11.5 and iOS we are testing on the simulator iPhone SE (2nd Feb) |
I probably won't have time to look at this for weeks unfortunately. If it's a blocking issue for you, please consider contributing a pull request. It's supposed to work in |
I did a quick inspection, it looks like since iOS 13 the way we handle masking "Look Up" and "Share" doesn't work anymore. There's the same issue on the PDF navigator, and here's a lead to fix this: https://stackoverflow.com/a/61361294/1474476 |
I made a PR for this issue. -> readium/r2-navigator-swift#149 |
How can we hide Copy and Share options when a text is selected in an epub file.
The text was updated successfully, but these errors were encountered: