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

iphoneX中自定义键盘问题。 #2

Closed
Classical1956 opened this issue Mar 22, 2018 · 2 comments
Closed

iphoneX中自定义键盘问题。 #2

Classical1956 opened this issue Mar 22, 2018 · 2 comments

Comments

@Classical1956
Copy link

inputView.frame = CGRectMake(0, 0, [UIScreen mainScreen].bounds.size.width, 252);

keyBoard: {
backgroundColor: '#f6f5f2',
height: DeviceInfo.isIPhoneX_deprecated ? 286 : 252,
},

会导致在IphoneX中 ,自定义的点击事件没办法响应

@lyxia
Copy link
Owner

lyxia commented Mar 26, 2018

你的键盘高度不是252吗

@Classical1956
Copy link
Author

可能我的应用场景,和你设计初衷有违背的地方。
已经重新处理了

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

2 participants