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

(手机端)在popup组件中使用stepper,屏幕缩放到输入框位置并弹出键盘,输入后屏幕无法再次缩放 #6586

Open
HeXavi8 opened this issue Apr 1, 2024 · 2 comments
Labels
need reproduce We cannot reproduce your problem

Comments

@HeXavi8
Copy link

HeXavi8 commented Apr 1, 2024

Version of antd-mobile

5.35.0

Operating system and its version

iOS

Browser and its version

IOS Chrome 123.0.6312.52, Safari, Firefox

Sandbox to reproduce

No response

What happened?

(手机端)在popup组件中使用stepper输入,会拉起键盘,同时屏幕会聚焦缩放到填入数字的位置,输入完以后关闭键盘,屏幕无法再次拉伸缩放。

Firefox   Chrome   Safari

类似代码还原:

<div className="App">
    <Popup visible={true}>
        <Form style={{ height: "200px" }}>
          <Form.Item label="输入数字">
            <Stepper step={0.01} style={{ width: "100%" }} />
          </Form.Item>
        </Form>
    </Popup>
  </div>

网站链接: https://stock-returns-calculator.online/

Relevant log output

No response

@HeXavi8 HeXavi8 added the bug label Apr 1, 2024
@zombieJ
Copy link
Member

zombieJ commented Apr 2, 2024

搞个 codesandbox 并且把详细的操作步骤描述一下,否则不能调试哈~

@zombieJ zombieJ added need reproduce We cannot reproduce your problem and removed bug labels Apr 2, 2024
Copy link
Contributor

github-actions bot commented Apr 2, 2024

Hi, HeXavi8.

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

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

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

No branches or pull requests

2 participants