I set openOn to "" and when I click input filed the keyboard opens. I use latest version of keyboard and chrome (and edge). This does not happen in IE.
I have traced the problem to this block of code:
if (kb === base && !kb.$el.hasClass(kbcss.isCurrent)) {
kb.focusOn();
}
I set openOn to "" and when I click input filed the keyboard opens. I use latest version of keyboard and chrome (and edge). This does not happen in IE.
I have traced the problem to this block of code: