johngray1965 / PdfiumAndroidKt

Pdfium Android binding with Bitmap rendering ( >= API 21 )
Other
31 stars 12 forks source link

Support for hyperlinks #25

Open sarauniverse opened 3 weeks ago

sarauniverse commented 3 weeks ago

It will be very useful if the hyperlink annotations could be rendered and they are clickable.

johngray1965 commented 3 weeks ago

I just put out a version that should handle the annotations. There's callback that gets called when they are clicked, but there's no way to access at the moment. We'll look into making the callback accessible (callback from the native code to the Java/Kotlin code is a little tricky).