Skip to content
This repository has been archived by the owner on Jul 27, 2021. It is now read-only.

缩放操作,图片会上下移动乱跑 #59

Closed
YE840926098 opened this issue Dec 20, 2017 · 1 comment
Closed

缩放操作,图片会上下移动乱跑 #59

YE840926098 opened this issue Dec 20, 2017 · 1 comment

Comments

@YE840926098
Copy link

<div style="height: 100%;overflow-y: auto;">
    <div style="height: 1000px;"></div>
    <div style="width: 320px;height: 240px;">
       <div id="clipArea"></div>
    </div>
    <input type="file" id="fileinput" />
</div>
<script>
var pc = new PhotoClip('#clipArea', {
  size: [‘320px’, '240px'],
  outputSize: 640,
  file: '#fileinput'
});
</script>

在一个滚动的div中,对图片进行缩放,图片会乱跑,放大图片会一直向下移动,缩小图片会一直向上移动

@baijunjie
Copy link
Owner

可能是iscroll在某些webview上仍存在bug
#41

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants