Skip to content

Commit

Permalink
fix not call onPageChanged on iPad LandScape
Browse files Browse the repository at this point in the history
  • Loading branch information
Wonday committed Jun 5, 2018
1 parent 7244570 commit bd0a117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PdfView.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import PinchZoomView from './PinchZoomView';
import PdfViewFlatList from './PdfViewFlatList';

const MAX_SCALE = 3;
const VIEWABILITYCONFIG = {minimumViewTime: 500, itemVisiblePercentThreshold: 60, waitForInteraction: false};
const VIEWABILITYCONFIG = {minimumViewTime: 500, itemVisiblePercentThreshold: 10, waitForInteraction: false};

export default class PdfView extends Component {

Expand Down

0 comments on commit bd0a117

Please sign in to comment.