Q:I'm using PDFViewCtrl.setBuiltInPageSlidingEnabled(false) to disable page sliding, but I still can swipe the screen to go to the next or previous page.
----------
A:
This behavior happens when you use the companion tool manager (Tools.jar), since internally the built-in page sliding is set to enabled when in Pan tool. If you don't use the tool manager then disabling the built-in page sliding should work. This behavior is still present in
Licensed customers are given the source code of the Tools.jar, which is responsible for all of the user interaction with PDFViewCtrl, such as adding/editing annotations, clicking on links and selecting text. With the source code you can customize user interaction with the control any way you like, including this behavior. You can also implement your own ToolManager and Tool and call setToolManager().
For more info on the ToolManager and how to customize the Android PDF SDK, please check this forum posting: