Skip to content

Conversation

muthuselvamlms
Copy link

Added iOS specific method to hide Suggestion Bar which consists of OTP, Username, Password etc

@@ -90,6 +96,7 @@ - (void)pluginInitialize
NSLog(@"CDVIonicKeyboard: resize mode %lu", (unsigned long)self.keyboardResizes);
}
self.hideFormAccessoryBar = [settings cordovaBoolSettingForKey:@"HideKeyboardFormAccessoryBar" defaultValue:YES];
self.HideSuggestionBar = [settings cordovaBoolSettingForKey:@"HideSuggestionBar" defaultValue:YES];
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it HideSuggestionBar or hideSuggestionBar ?!

@@ -76,6 +76,10 @@ Keyboard.hideFormAccessoryBar = function (hide, success) {
}
};

Keyboard.hideSuggestionBar = function (hide) {
exec(success, null, "CDVIonicKeyboard", "hideSuggestionBar", [hide]);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

success not recognized here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants