Skip to content
This repository was archived by the owner on Apr 2, 2018. It is now read-only.

Commit 4751830

Browse files
committed
Changing accessory bar hidden default.
We've decided to change a default for keyboards: the accessory bar should be hidden by default (that is the default on all other native apps).
1 parent b460a72 commit 4751830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ios/IonicKeyboard.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ - (void)pluginInitialize {
1414
__weak IonicKeyboard* weakSelf = self;
1515

1616
//set defaults
17-
self.hideKeyboardAccessoryBar = NO;
17+
self.hideKeyboardAccessoryBar = YES;
1818
self.disableScroll = NO;
1919
//self.styleDark = NO;
2020

0 commit comments

Comments
 (0)