I'd like to override the device keyboard on my web page to show either unicode widgets or glyphs from my own .ttf. Is there any way to do this on mobile devices?
Asked
Active
Viewed 46 times
0
-
[num1](http://stackoverflow.com/questions/9577304/how-to-make-a-android-custom-keyboard) [num2](http://developer.android.com/guide/topics/text/creating-input-method.html) – code monkey Nov 17 '14 at 15:00
-
Very nice. I need to do it in a web page though. – user1873073 Nov 17 '14 at 15:12
-
OK. I don't know how to do that with html5. The keyboard is usually provided by the specific operating system. – code monkey Nov 17 '14 at 15:19
-
I don't know if there is a way to do that with standart html elements, but i'm quite sure you should be able to get what you want if you go full custom and make everything from scratch. It's not a solution I would suggest though, usually using standard elements prevents wired 'undebuggable' bugs. – Ayoub Nov 17 '14 at 16:02