How To Disable Navigation

Which product are you using?
PDF.js Express Viewer

PDF.js Express Version

UI version ‘8.7.0’
Core version ‘8.7.1’
webviewer.min.js ‘8.7.1’

Detailed description of issue
Is it possible to disable manual navigation entirely and only navigate programatically and via links in the PDF?

Expected behaviour
API to disable manual navigation

Hi @Maximilian.beck,

You should be able to disable navigation with this API call:

instance.disableFeatures([instance.Feature.PageNavigation])

Hope this is what you are looking for.

Best Regards,
Zach Serviss
Platform Support Engineer
PDFTron Systems, Inc.

Works great, thanks :slight_smile: