且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

JS基于浏览器的屏幕键盘,如手机和平板电脑

更新时间:2022-11-18 09:28:56

类似这样的事情?



http://net.tutsplus.com/tutorials/javascript-ajax/creating-a-keyboard-with-css-and-jquery/



另外,下面是一个(不同的)插件,而不是教程:

http://www.sitepoint.com/jquery-on-screen-keyboard/


We have an app for an embedded system, and we are developing several apps based on HTML5, CSS3, and some JS libraries, which run on a webkit browser. I was wondering if there are any libraries that implemented on screen keyboard with customizable graphics of keys. It should also be easy to internationalize it.

May be anything based on HTML5 canvas?

I appreciate any input. Thanks!

Something like this?

http://net.tutsplus.com/tutorials/javascript-ajax/creating-a-keyboard-with-css-and-jquery/

Additionally, here is a (different) plugin instead of a tutorial:

http://www.sitepoint.com/jquery-on-screen-keyboard/