-
Notifications
You must be signed in to change notification settings - Fork 723
Rob Garrison edited this page Dec 4, 2015
·
15 revisions
Change Size | Slow on Mobile | Contributing
.ui-keyboard div { font-size: 1.1em; }
.ui-keyboard-button { height: 2em; width: 2em; margin: .1em; cursor: pointer; }
- The default font-size of 1.1em (110% of the set font size on the page) will also adjust the overall size of the keyboard. If the font size isn't the problem, then you can adjust the button size in the second line of css to change that size.
- The keyBinding option is set to
'mousedown touchstart'
by default. It seems that including the 'mousedown' event causes some lagging issues. - Optimally, I would actually recommend using jQuery's Pointer Events Polyfill (PEP), then all that needs to be added to the keyBinding option is
'pointerdown'
. And it is then usable by both desktop & mobile browsers.
A: I'm glad you asked! Details can be found on the Contributing page.
Wiki Pages: Home | FAQ | Setup | Usage | Options ( Layout, Language, Usability, Actions ) | Methods | Theme | Log
Home | FAQ | Setup | Usage | Options | Methods | Contenteditable | Theme | Log
Options: Layout | Language | Usability | Actions
Extensions: AltKeysPopup | Autocomplete | Caret | Extender | Mobile | Navigation | PreviewKeySet | Scramble | Typing