This commit is contained in:
Adam Bradley
2015-07-16 14:04:15 -05:00
parent a5e5789323
commit f240083535
23 changed files with 729 additions and 36 deletions

View File

@@ -71,7 +71,8 @@ Platform.register({
settings: {
mode: 'ios',
viewTransition: 'ios',
tapPolyfill: true
tapPolyfill: true,
keyboardScrollAssist: true
},
isMatch(p) {
return p.isPlatform('ios', 'iphone|ipad|ipod');