Merge pull request #2040 from amorriscode/issue#1227-full-screen-scrolling-ios

Handle full screen scrolling on iOS
This commit is contained in:
Filipp Riabchun 2017-10-24 00:24:49 +03:00 committed by GitHub
commit 6bf8ce53f9

View File

@ -75,7 +75,8 @@ const fullScreenPreviewStyle = {
border: 0,
margin: 0,
padding: 0,
overflow: 'hidden',
overflow: 'auto',
webkitOverflowScrolling: 'touch',
};
const defaultSizes = {