I’m facing an issue with the PDF search functionality in our application.
Scenario
• I have a PDF with around 70 pages.
• I have implemented a search feature(using TextSearchService and serachText function) to locate a specific word
• When I search for a word, it successfully finds the first occurrence (for example, on page 36) and navigates to that page.
• However, after navigation, the remaining pages never load – the viewer keeps on buffering and does not display the rest of the PDF content
Kindly let me know if anyone faced this issue before