From d5c02a0e81688a0561eb41db9149beba60f98cd5 Mon Sep 17 00:00:00 2001 From: Marco Castelluccio Date: Mon, 18 Aug 2014 15:49:59 -0700 Subject: [PATCH] Set com.nokia.keyboard.type to None --- native.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native.js b/native.js index 491f66e3..23c4438a 100644 --- a/native.js +++ b/native.js @@ -94,7 +94,7 @@ Native["java/lang/System.getProperty0.(Ljava/lang/String;)Ljava/lang/String;"] = value = "GMT"; break; case "com.nokia.keyboard.type": - value = "FullKeyboard"; + value = "None"; break; case "javax.microedition.io.Connector.protocolpath": value = "com.sun.cldc.io";