-
Notifications
You must be signed in to change notification settings - Fork 724
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Button's layouts (non button positioning) #48
Comments
Hi tgely! You can use I set up a demo for you here using the smaller action buttons on the right side using this code. 'default' : [
'1 2 3 {b}',
'4 5 6 {a}',
'7 8 9 {c}',
'{sp:1} 0 {sp:2}'
] If you like the wider buttons, then you'll need to change the I'm glad you're finding the keyboard useful! :) |
Hi Mottie! Thanks advices. Website details mistakes User Agent: Mozilla/4.0 (compatible; MSIE 8.0, Windows NT 5.1; Trident/4.0;. NET CLR 1.1.4322;. NET CLR 2.0.50727;. NET CLR 3.0.4506.2152,. NET CLR 3.5.30729) Message: You can not control the focus, because it is not visible, unavailable, or because the type does not accept the focus. and Firefox not shown differencies {sp:x} dosen't work. It looks like {sp:x} not takes effects only for center buttons. Regards, |
Are you using the latest version of the keyboard plugin? There was an issue with setting focus on hidden elements, but that was resolved, or should have been in the latest version. The span.ui-keyboard-spacer { display: inline-block; width: 1px; height: 1px; } I'll look into finding a fix that keeps it aligned properly. |
Ok, I've fixed the issue in version 1.9.9. The spacer is now set to the width instead of adding a left and right margin. I've made some other changes to the spacer which you can read about here |
Thanks a lot! I give two hungarian keyboard standards to the project. Regards, |
Hi Tgely! I'd love to add some hungarian layouts to the project! You can just mail them to my gmail account; user name is wowmotty. Thanks! |
Hi Mottie,
congratulation your perfect project!. I love it :-)
I designed a special speedometer input keyboard with the customLayout but I cant find 'nonButton' spacer.
example:
I like that '0' zero button is under '8' button for better design. Is it possible?
I tried css.
It would be good if I don't use more keyboard layouts, but i have other keyboards for alfanumeric inputs.
Something like this would be appreciated:
css:
or without css
Note: {empty} - non button
Regards,
tgely
The text was updated successfully, but these errors were encountered: