Closed MahmoudYaser1 closed 6 years ago
ScrollView seems to be overriding the scroll handler of the Android native component that renders the PDF. can you handle this ?? please
solved just add this line pdfView.getParent().requestDisallowInterceptTouchEvent(true); inside startDrag function inside DragPinchManager.java file (you have to use pdf-view library as separate module)
ScrollView seems to be overriding the scroll handler of the Android native component that renders the PDF. can you handle this ?? please