Frank-Zhu / PullZoomView

An Android custom ListView and ScrollView with pull to zoom-in.
Apache License 2.0
2.32k stars 624 forks source link

PullToZoomScrollView 不能滑动 #9

Closed linger1216 closed 9 years ago

linger1216 commented 9 years ago

在content中所有可见区域添加OnClickListener, 则scrollvview zoom 效果失效。

可能是事件传递方面略有bug。

please check。

Frank-Zhu commented 9 years ago

@linger1216 你是用的PullToZoomScrollViewEx还是那个文件?我用PullToZoomScrollViewEx测试了我的DEMO,特意在test1的地方下来,没有发现有这个BUG

hmg25 commented 9 years ago

是PullToZoomScrollView这个类,不是PullToZoomScrollViewEx这个类

Frank-Zhu commented 9 years ago

@hmg25 PullToZoomScrollView这个类已弃用,你用PullToZoomScrollViewEx类即可