Frank Myat Thu
Frank Myat Thu

Reputation: 4474

JQUERY On Screen Keyboard

When I search touch screen keyboard, I found this link.

JQUERY On Screen Keyboard

http://www.jquery4u.com/plugins/jquery-screen-keyboard-plugin/

I like this plugin so much. But as my client requirement is a little more complex, I need to modify this plugin. What I want to modify is keyboard position. Now current keyboard position is

left:0 top:0

but I want to change Applie Ipad Keyboard style layout.(eg. keyboard position is round about left:0 top:50%)

So, If you know how to do It, please share with me.

Upvotes: 0

Views: 1715

Answers (1)

DamoDBear
DamoDBear

Reputation: 11

I had the same problem when I started using the on screen keyboard. It turned out that I needed to update to the latest version of JQuery-UI and that solved my positioning problem

Upvotes: 1

Related Questions