AndroidPdfViewer icon indicating copy to clipboard operation
AndroidPdfViewer copied to clipboard

Link click

Open BhayashriPatil opened this issue 4 years ago • 3 comments

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

BhayashriPatil avatar Sep 01 '21 15:09 BhayashriPatil

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.

MortenGregersen avatar Sep 17 '21 11:09 MortenGregersen

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

li-yifei avatar Nov 04 '21 07:11 li-yifei

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

perdix1975 avatar Apr 09 '22 13:04 perdix1975