Skip to content

Commit

Permalink
refactor(platform): enable scrollAssist on Android
Browse files Browse the repository at this point in the history
By default, Android devices should also have scrollAssist applied.
  • Loading branch information
jgw96 authored and adamdbradley committed Nov 16, 2016
1 parent c16e566 commit 7201999
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/platform/platform-registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export const PLATFORM_CONFIGS: {[key: string]: PlatformConfig} = {
return 'ripple';
},
autoFocusAssist: 'immediate',
scrollAssist: true,
hoverCSS: false,
keyboardHeight: 300,
mode: 'md',
Expand Down

0 comments on commit 7201999

Please sign in to comment.