I tried using the virtual keyboard with the navigation extension but if I use the F1 key to switch between navigation modes I get the following JS error:
Uncaught ReferenceError: kbcss is not defined
at $.keyboard.o.getMaxIndex (jquery.keyboard.extension-navigation.min.js?bc56:formatted:156)
at $.keyboard.o.navigateKeys (jquery.keyboard.extension-navigation.min.js?bc56:formatted:156)
at $.keyboard.o.checkKeys (jquery.keyboard.extension-navigation.min.js?bc56:formatted:156)
at HTMLInputElement.eval (jquery.keyboard.extension-navigation.min.js?bc56:formatted:156)
at HTMLInputElement.dispatch (jquery.js?eedf:5206)
at HTMLInputElement.elemData.handle (jquery.js?eedf:5014)
I've looked into it and it seems like the minifier replaced kbcss in all places but one. This also only seems to be a problem in the npm version, the jquery.keyboard.extension-navigation.min.js file in the repository works.
I tried using the virtual keyboard with the navigation extension but if I use the F1 key to switch between navigation modes I get the following JS error:
I've looked into it and it seems like the minifier replaced kbcss in all places but one. This also only seems to be a problem in the npm version, the
jquery.keyboard.extension-navigation.min.js
file in the repository works.