fix(textInput): hide cursor during scroll

This commit is contained in:
Adam Bradley
2015-11-16 22:46:56 -06:00
parent f11ca076da
commit 64376c2304
3 changed files with 92 additions and 46 deletions

View File

@ -48,7 +48,7 @@ Platform.register({
],
settings: {
hoverCSS: false,
keyboardHeight: 290,
keyboardHeight: 300,
mode: 'md',
scrollAssist: true,
},
@ -71,7 +71,7 @@ Platform.register({
],
settings: {
hoverCSS: false,
keyboardHeight: 290,
keyboardHeight: 300,
mode: 'ios',
scrollAssist: isIOSDevice,
swipeBackEnabled: isIOSDevice,