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

在 ios 8.3 中 InputItem 组件 Button 组件 Navbar 组件 均无法正常显示 #132

Closed
dorthl opened this issue Dec 4, 2018 · 8 comments
Assignees

Comments

@dorthl
Copy link

dorthl commented Dec 4, 2018

Version

0.9.9

Environment

angular 6.4.7

Reproduction link

https://stackblitz.com/edit/ng-zorro-antd-mobile-start-injnaq

Steps to reproduce

页面兼容问题 测试到 iso 这个版本 基本上大部分组件都无法使用 已经添加了基本的腻子脚本 core-es6 classlist 等 均无法解决 官方说明的环境支持是 ios7 所以希望能支持这个版本 现还有很多人在使用 8.3

What is expected?

正常显示

What is actually happening?

页面 输入框 InputItem 点击无反应 不弹出键盘 Button 里面的文字无法显示 Navbar 消失 安卓8.0显示正常 如实例中的调用 在ios8.3中 不具有原有功能

Other?

@fisherspy
Copy link
Collaborator

fisherspy commented Dec 5, 2018

#139 #140 已提交,新版本release后请验证。 @TombarthiteL

@fisherspy
Copy link
Collaborator

@TombarthiteL 已发版,请验证并close该issue

@dorthl
Copy link
Author

dorthl commented Dec 7, 2018

我更新到0.9.10 版本之后 测试 ios 8.3版本手机仍旧显示异常 ,和之前一样

@fisherspy
Copy link
Collaborator

@TombarthiteL 请在你们项目的package.json中增加
"browserslist": [ "iOS >= 7", "Android >= 4.4" ],
然后看下是否恢复正常。

@dorthl
Copy link
Author

dorthl commented Dec 10, 2018

@fisherspy 增加了 我按照这边的提交记录 在我本地项目中相同位置 添加了限制

@dorthl
Copy link
Author

dorthl commented Dec 11, 2018

@fisherspy 刚才我才发现我项目目录中有 browserslist 这个文件在修改了这个文件之后 测试已经可以正常显示了 只是 Navbar 的标题居中有些不正常 已经解决

@dorthl dorthl closed this as completed Dec 11, 2018
@dorthl dorthl reopened this Dec 11, 2018
@dorthl dorthl closed this as completed Dec 11, 2018
@fisherspy
Copy link
Collaborator

@TombarthiteL Navbar标题居中不正常是兼容性问题吗,请解释一下。

@dorthl
Copy link
Author

dorthl commented Dec 11, 2018

@fisherspy 不确定是否为兼容问题 但是标题是动态加载的 这边标题是使用 文字拼接插值表达式的方式 如
标题-{{dynamicTitle}} 实际呈现的是 前面 "标题-"这三个字居中了 后面动态生成的文字 会向右靠 整体呈现不居中 依旧是ios8.3 手机

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