mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
refactor(platform): enable scrollAssist on Android
By default, Android devices should also have scrollAssist applied.
This commit is contained in:
committed by
Adam Bradley
parent
c16e56634d
commit
7201999674
@@ -76,6 +76,7 @@ export const PLATFORM_CONFIGS: {[key: string]: PlatformConfig} = {
|
||||
return 'ripple';
|
||||
},
|
||||
autoFocusAssist: 'immediate',
|
||||
scrollAssist: true,
|
||||
hoverCSS: false,
|
||||
keyboardHeight: 300,
|
||||
mode: 'md',
|
||||
|
||||
Reference in New Issue
Block a user