Ilya
Ilya
I am sorry, it is plugin for cordova. Cordova - html5 crossplatform applications platform based on webviews. It will not working in safari.
On my devices all works fine(i am not tested on simulators, will try it later). Are you sure you correctly install and use my plugin? Decemical(not number keyboard) looks like...
It is strange, i tested just right now. All works fine, even in simulator. Anyway i realized 'close' method for you. If you want to contribute, or anyone also faced...
Looks like invisible full screen div can resolve this issue.
, or . depended by phone language i think. Just replace , with . in your js code.
Something like this, not tested by me. CustomKeyboard.open(document.getElementById('decimal').value, 9, function (value) { value = value.replace(/,/g , '.'); document.getElementById('decimal').value = value; }, function (value) { alert('Editing ended with ' + value);...
Just make input not editable or prevent propagnition in js or something else.
`````` doesn't work?
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
It it resolve your issue?