barteksc / AndroidPdfViewerV2

Android view for displaying PDFs rendered with PdfiumAndroid
Apache License 2.0
128 stars 75 forks source link

Feature-Request: onLongPress(onLongPressListener) #6

Open devjta opened 6 years ago

devjta commented 6 years ago

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..

devjta commented 6 years ago

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