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

model中含有TextInput,TextInput无法获取焦点,弹出软键盘,有没有解决办法?? #10

Open
CreateByCool opened this issue Dec 6, 2018 · 2 comments

Comments

@CreateByCool
Copy link

<ModalView
close={this.close}
visible={this.state.visible}
customerlayout={{flex: 1,}}
contentView={this.renderContent}/>

弹出层renderContent### ,含有TextInput,无法弹出软键盘

renderContent = () => {
return (
<View style={{
width: width-200,
height: 100,
flexDirection: 'row',
alignItems: 'center',
backgroundColor: 'white'
}}>
<TextInput
autoFocus={true}
placeholder={'1111'}
maxLength={3}
onChangeText={(text) => {
console.log('text', text);
}}
style={{padding: 0, }}
/>

)
};

大神有啥解决办法吗

@CreateByCool
Copy link
Author

在modealUtils中ModelAndroid布局中去掉TouchableOpacity还是不行

1 similar comment
@CreateByCool
Copy link
Author

在modealUtils中ModelAndroid布局中去掉TouchableOpacity还是不行

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

1 participant