mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-26 08:13:34 +08:00
fix(textInput): hide cursor during scroll
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user