Mottie / Keyboard

Virtual Keyboard using jQuery ~
http://mottie.github.io/Keyboard/
Other
1.77k stars 722 forks source link

Keyboard Positioned at 0,0 #825

Open joeclarkia opened 1 year ago

joeclarkia commented 1 year ago

I am attempting to integrate virtual-keyboard -- great tool, with lots of options! My app is Electron-based, with Node.js. With my current setup (including keyboard.min.css), the keyboard always seems to appear at the top left of the browser window (position: absolute). I'm guessing this is because JQuery UI is not positioning it as it's supposed to. I have the position { of, my, at } declared as I think they should be (as seen in demos). Any thoughts on what I'm missing?