cordova-custom-keyboard icon indicating copy to clipboard operation
cordova-custom-keyboard copied to clipboard

Feature Request: Close Button above Keyboard

Open mr-bw-dev opened this issue 8 years ago • 8 comments

Hi,

would it be possible to add close button above the keyboard like on html inputs as in here here: bildschirmfoto 2017-01-25 um 00 22 00

Any help would be really appreciated.

mr-bw-dev avatar Jan 24 '17 23:01 mr-bw-dev

i not have enogh time for testing, try to add "[hiddenTextView setReturnKeyType:UIReturnKeyDone];" after https://github.com/mnill/cordova-custom-keyboard/blob/master/src/ios/CDVCustomKeyboard.m#L16

mnill avatar Jan 25 '17 15:01 mnill

It it resolve your issue?

mnill avatar Jan 30 '17 19:01 mnill

No, it doesn't.

hiddenTextView = [[UITextView alloc] init];
hiddenTextView.returnKeyType = UIReturnKeyDone;

Changes nothing. Additionaly the keyboard shows and hides right away and there's no chance to use it.

rafaellop avatar Apr 22 '17 10:04 rafaellop

any update on this?

Tawsif avatar Jun 14 '17 05:06 Tawsif

Any solution for this?

davideng14 avatar Jul 05 '17 16:07 davideng14

I fail to find solution.

mnill avatar Jul 06 '17 04:07 mnill

Perhaps if this plugin had the option to shrink the view when the keyboard appeared then you could make a toolbar appear in the dom along the bottom so it would look like it was above the keyboard. Or at least if we could tell the keyboard height reliably the same idea could be attempted.

GeorgeD19 avatar Mar 31 '18 09:03 GeorgeD19

For the keyboard height perhaps take influence from https://github.com/EddyVerbruggen/cordova-plugin-native-keyboard onKeyboardWillShow method

GeorgeD19 avatar Mar 31 '18 09:03 GeorgeD19