by Support_STA » Tue Sep 17, 2013 12:11 am
Hello,
The keyboard example code is designed to run on an actual LG TV. Therefore it does not run in the emulator. To get it to run all you have to do is include the following in the head of your page:
<link rel="stylesheet" type="text/css" href="LgVKeyboard.css" />
<script type="text/javascript" id="mainVKScript" src="LgVKeyboard.js"></script>
If you run this code on an LG TV it will take care of loading the other scripts and set up the on-screen keyboard for each input element that is clicked.
For the built-in device keyboard you do not need to implement anything specific. Just use regular input elements. The emulator will not show a keyboard on screen, but on the devices that support it a keyboard will be shown.
Regards,
STA QA