AndroidPdfViewerV2
AndroidPdfViewerV2 copied to clipboard
Feature-Request: onLongPress(onLongPressListener)
Hi!
As the 3.0 version results in many errors or empty views, could you add the longpress Feature in the stable 2.X versions?
Would be a great help..
I forked your repo of V2 viewer and added the longpress support. I just copied the class from your V3 implementation + the dragpincmanager already overwrote the "onLongpress" method.
You can see it here: https://github.com/devjta/AndroidPdfViewerV2