Closed akhilclarion closed 8 years ago
Hi @akhilclarion!
If I paste the code into this demo, it does show an error - with jQuery UI position utility - but not the keyboard plugin.
So, please try the following:
offset
option. To change the offset, add the change to the my
, of
or at
options (e.g. "right+10 top-25%"
).To set the position of the keyboard when usePreview
is false
, include an at2
option.
position: {
// of: '.text',
my: 'center top',
at2: 'center bottom',
// offset: '-110 10'
},
The meta
and meta2
keysets in the layout are not currently reachable. So in the "default" and "shift" layouts, I added this to the last row
'{meta1} {cancel!!} {space} {accept!!}'
and made the space bar smaller with this css
.ui-keyboard-space {
width: 12em;
}
I'm guessing this issue has been resolved, so I'm going to close it. If you continue to have problems, please feel free to continue the discussion in this thread.
Hi Friends,
I am getting error : jquery.keyboard.js:2862 Uncaught TypeError: el.createTextRange is not a function And it appears when alwaysOpen: true Please let me know, what am I doing wrong here ?