flutter_cached_pdfview
flutter_cached_pdfview copied to clipboard
How to Disable long TAP for disable copy text in IOS
I'm using an iPhone 11, and I want to protect the text in side the PDF so that it can't be copied and shared.
how do turn off long tap so it can't copy text inside the pdf file when view in screen.?
hi @suxma try to set gestureRecognizers
I was try to : gestureRecognizers: false
but error like this :
The argument type 'bool' can't be assigned to the parameter type 'Set<Factory<OneSequenceGestureRecognizer>>'.
Can you send example how to use gestureRecognizers to disabled copy text inside pdf file?
This will help https://www.youtube.com/watch?v=gAUVz0U7eyA