Product: PDFtron
Product Version: 9.2.1
Please give a brief summary of your issue:
While sliding/swiping PDF documents, the Thumbnail slide’ does not move or indicate the PDF Pages correctly
Please describe your issue and provide steps to reproduce it:
As per the documentation, We can set the thumbnail slider by calling thumbnailSlider.setPdfViewCtrl(PDFViewCtrl) programmatically. And it is working as expected.
ex:-
val documentSlider = findViewById(R.id.documentSlider)
documentSlider.setPdfViewCtrl(mPdfViewCtrl)
But, when the user tries to swipe/slide the PDF document, the ‘thumbnail slide’ does not move or indicate the PDF Pages correctly. Attaching the video as reference.
Please provide a link to a minimal sample where the issue is reproducible: