Fixing Remote Control app. For now limiting it to mouse and keyboard imput page
[profile/ivi/remotecontrol.git] / remotecontrol / www / js / keyboard.js
index 0e7ba89..c48acaa 100644 (file)
@@ -136,6 +136,8 @@ Keyboard.prototype.show = function()
 {
     this.visible = true;
     keyboardCtx.clearRect(0, 0, screenWidth, screenHeight);
+  //  keyboardCtx.fillStyle = "red";
+    buttonCtx.fillRect(0,0,0,0);
     keyboardCtx.drawImage(images.chrome, 0, screenHeight - (screenHeight / 3) - spacer, screenWidth, screenHeight);
 
     for (var canvObjIter = 0; canvObjIter < this.keys.length; canvObjIter++)