cnjon / react-native-pdf-view

React Native PDF View
MIT License
404 stars 167 forks source link

[Android] InterceptTouch inside ScrollView #94

Closed MahmoudYaser1 closed 6 years ago

MahmoudYaser1 commented 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

MahmoudYaser1 commented 6 years ago

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)