A PDF document with internal document links to locations within the same document works as expected when the link is activated with a mouse click. However, using a Surface Pro tablet (or a laptop with touchscreen), the links do not work when tapped with a finger. The document will scroll slightly, but it does not jump to the destination.
I implemented the HyperlinkPointerPressed event handler and both mouse clicks and finger taps are reported. In fact, the args for both events are essentially identical and it is not obvious to me that one is different than the other, however the sfPdfViewer code must be handling these differently.
I have reproduced this with both the
Syncfusion Essential Studio UWP demo application and my own test code.