[TDImageViewer] defaultIndex设置默认的index后,下一张或者上一张不是从defaultIndex开始计算
wanghui159753 opened this issue · 4 comments
wanghui159753 commented
tdesign-flutter 版本
0.1.6
重现链接
无
重现步骤
TDImageViewer.showImageViewer(
context: context,
images: imageUrls,
defaultIndex:imageUrls.indexOf(element)+1,
showIndex: true
);
期望结果
使用defaultIndex作为初始滑动索引
实际结果
初始滑动索引为0
Flutter版本
3
设备与机型信息
all
系统版本
No response
补充说明
无
github-actions commented
👋 @wanghui159753,感谢给 TDesign 提出了 issue。
请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
github-actions commented
这个 Issue 被标记为了过时 stale ,因为它已经持续 30 天没有任何活动了。删除 stale 标签或评论,否则将在 7 天内关闭。
github-actions commented
此 Issue 被自动关闭,因为它自被标记为过时 stale 以来已闲置 7 天。
Luozf12345 commented
0.1.7已支持