Skip to content

Added iOS specific method to hide Suggestion Bar which consists of OT…#165

Open
muthuselvamlms wants to merge 1 commit intoionic-team:masterfrom
muthuselvamlms:master
Open

Added iOS specific method to hide Suggestion Bar which consists of OT…#165
muthuselvamlms wants to merge 1 commit intoionic-team:masterfrom
muthuselvamlms:master

Conversation

@muthuselvamlms
Copy link
Copy Markdown

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

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
Copy Markdown

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 ?!

Comment thread www/ios/keyboard.js
};

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

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