Skip to content
New issue

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

安卓部分机型 Image组件图片加载不出来偶现 #6413

Closed
chencheng666 opened this issue Oct 27, 2023 · 3 comments
Closed

安卓部分机型 Image组件图片加载不出来偶现 #6413

chencheng666 opened this issue Oct 27, 2023 · 3 comments
Labels
bug need reproduce We cannot reproduce your problem

Comments

@chencheng666
Copy link

Version of antd-mobile

5.28.0

Operating system and its version

Android

Browser and its version

安卓系统: MIUI 12.5.12 机型:MI11Pro

Sandbox to reproduce

No response

What happened?

安卓的h5界面使用的Image组件的列表,部分图片加载不出来 使用的是lazy加载模式 ,调试后发现image标签的src没有 style的display为none 将这个none的样式去除后 图片就出来了,ios上没有这个问题 本地浏览器调试也没有 只有部分的安卓机型会存在

Relevant log output

<Image src={url} lazy={lazy} fallback={fallback} fit={fit} placeholder={fallback} style={{'borderRadius':radius}} height={resultHeight} width={resultWidth} {...rest}/>
调用的地方
@1587315093 1587315093 added the need reproduce We cannot reproduce your problem label Dec 15, 2023
Copy link
Contributor

Hi, chencheng666.

Please provide a online reproduction so that we can help you troubleshoot the problem. You can create a demo by codesandbox or stackblitz.

我们需要你提供一个在线的重现实例,以便于我们帮你排查问题。你可以通过 codesandboxstackblitz 创建一个实例。

@bjfxgao
Copy link

bjfxgao commented Jan 17, 2024

同样出现这个问题 只有在安卓手机 谷歌浏览器上 图片不渲染src

@Sneaken
Copy link

Sneaken commented Feb 3, 2024

谷歌浏览器 横向滚动 IntersectionObserver 不触发 不知道为什么

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug need reproduce We cannot reproduce your problem
Projects
None yet
Development

No branches or pull requests

4 participants