EhViewer icon indicating copy to clipboard operation
EhViewer copied to clipboard

条漫&从上到下(连续)模式下放大图片时的滑动问题

Open Hugo7650 opened this issue 4 months ago • 1 comments

复现步骤 / Step to reproduce

  1. 重新安装应用
  2. 随便打开一个画廊
  3. 将阅读模式改为从上到下(连续)
  4. 放大图片
  5. 多次上下滑动

https://github.com/user-attachments/assets/0f8419d0-c729-40fd-b0a5-85485bffc97b

预期行为 / Expected behaviour

应该只要没到边界,就可以随时朝任意方向滑动

实际行为 / Actual Behaviour

实际上多次上下滑动时 有时候会变成只能上下滑动而不能左右滑动 上下滑动也可能到一定范围就动不了了 只有停下来再重新滑才会恢复

应用日志 / App logs

.

备注 / Addition details

No response

浏览站点 / Browsing site

E-Hentai

EhViewer 版本号 / EhViewer version code

1.14.5

EhViewer CI 版本 / EhViewer CI Version

f51da1a

Android 系统版本 / Android version

Evolution X 16.0.0_r1

设备型号 / Device model

Xperia 1 V

SoC 型号 / Soc model

骁龙8G2

自查步骤 / Verify steps

  • [x] 您已搜索过 Issue Tracker,没有找到类似内容 / I have searched on Issue Tracker, No duplicate or related open issue has been found
  • [x] 您确保这个 Issue 只提及一个问题。如果您有多个问题报告,烦请发起多个 Issue / Ensure there is only one bug report in this issue. Please make mutiply issue for mutiply bugs
  • [x] 您确保已使用最新 CI 版本测试,并且该问题在最新 CI 版本中并未解决 / This bug have not solved in latest CI version

Hugo7650 avatar Nov 03 '25 16:11 Hugo7650

这是因为 LazyColumn 的滚动和 zoomable 的平移同一时间只能触发一个,在解决之前的建议是不要在一个手势结束(抬起手指)前进行另一种类型的操作

FooIbar avatar Nov 05 '25 16:11 FooIbar