DImuthuUpe / AndroidPdfViewer

Android view for displaying PDFs rendered with PdfiumAndroid
Apache License 2.0
8.18k stars 1.91k forks source link

Link click #1036

Open BhayashriPatil opened 3 years ago

BhayashriPatil commented 3 years ago

My PDF contains email link so want to click event on it How can I achieve?

MortenGregersen commented 3 years ago

I got around this by creating my own LinkHandler. The problem is, that the DefaultLinkHandler doesn't think it is possible to open the link.

li-yifei commented 3 years ago

It's working on targetSDK: 29 but failed on 30 or above.

W/DefaultLinkHandler: No activity found for URI: https://somewhere

Seems like the DefaultLinkHandler reads packages list that was forbidden since sdk 30

perdix1975 commented 2 years ago

Can you please guide me how to create my own LinkHandler?