We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scale parameter has no effect when I use it. I try with and without minimumZoomScale and no change.
<PhotoView scale={0.1} maximumZoomScale={8.0} showsHorizontalScrollIndicator={true} androidScaleType="fitCenter" showsVerticalScrollIndicator={true} onScale={(e) => this.disableSwitch(e, false)} onTap={(e) => this.disableSwitch(e, true)} source={{uri: this.props.source}} onLoad={(e) => null} style={{width: 300, height: 300}} >
Platform: Android Version: 0.56.0
The text was updated successfully, but these errors were encountered:
Same here, does work on IOS
Sorry, something went wrong.
@zivchen you mean it is not working on iOS?
No branches or pull requests
Scale parameter has no effect when I use it. I try with and without minimumZoomScale and no change.
<PhotoView scale={0.1} maximumZoomScale={8.0} showsHorizontalScrollIndicator={true} androidScaleType="fitCenter" showsVerticalScrollIndicator={true} onScale={(e) => this.disableSwitch(e, false)} onTap={(e) => this.disableSwitch(e, true)} source={{uri: this.props.source}} onLoad={(e) => null} style={{width: 300, height: 300}} >
Platform: Android
Version: 0.56.0
The text was updated successfully, but these errors were encountered: