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

【问题】在 #239 重构之后如何在移动端使用input-number的-/+呢?是否不支持移动端了? #355

Open
keepAwayFrom404 opened this issue Sep 13, 2021 · 5 comments
Assignees

Comments

@keepAwayFrom404
Copy link

change链接:#293
other:
疑问:我看代码handler的代码里判断是移动端就直接return了是为啥呢?
代码:src/StepHandler.tsx 62-64行
截图:
image

@keepAwayFrom404 keepAwayFrom404 changed the title 【问题】在这个重构之后如何在移动端使用input-number的-/+呢? 【问题】在这个重构之后如何在移动端使用input-number的-/+呢?是否不支持移动端了? Sep 13, 2021
@yoyo837
Copy link
Member

yoyo837 commented Sep 13, 2021

@hengkx #344 之后 , 这个是不是应该放开?

ant-design/ant-design#31911

@keepAwayFrom404 keepAwayFrom404 changed the title 【问题】在这个重构之后如何在移动端使用input-number的-/+呢?是否不支持移动端了? 【问题】在 #239 重构之后如何在移动端使用input-number的-/+呢?是否不支持移动端了? Sep 13, 2021
@keepAwayFrom404
Copy link
Author

keepAwayFrom404 commented Sep 13, 2021

@hengkx #344 之后 , 这个是不是应该放开?

ant-design/ant-design#31911

效率真高,这么快就得到回复👍
然后好像还有一个问题可以关注一下(点击上下的时候移动端会自动弹出数字键盘)#23

@dazjean
Copy link

dazjean commented Oct 26, 2021

这个问题目前在移动端服务端渲染时有了新的问题,由于在isMobile中认为node环境为false,所以服务端渲染和客户端不一致,影响hydrate。 表现现象为:渲染异常,无法输入有效数字

@dazjean
Copy link

dazjean commented Oct 26, 2021

@hengkx #344 之后 , 这个是不是应该放开?
ant-design/ant-design#31911

效率真高,这么快就得到回复👍 然后好像还有一个问题可以关注一下(点击上下的时候移动端会自动弹出数字键盘)#23

所以这个判断在什么时候能放开呢? 放开之后,上面反应在SSR移动端预览模式时测试时是有效的。

@keepAwayFrom404
Copy link
Author

@hengkx #344 之后 , 这个是不是应该放开?
ant-design/ant-design#31911

效率真高,这么快就得到回复👍 然后好像还有一个问题可以关注一下(点击上下的时候移动端会自动弹出数字键盘)#23

所以这个判断在什么时候能放开呢? 放开之后,上面反应在SSR移动端预览模式时测试时是有效的。

催更加一

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants