the onscreen android keyboard now works
This commit is contained in:
+2
-1
@@ -1549,7 +1549,8 @@ var Input = (function() {
|
||||
|
||||
return {
|
||||
init: init,
|
||||
onTap: sendPosMsg
|
||||
onTap: sendPosMsg,
|
||||
sendString: sendStrMsg,
|
||||
};
|
||||
})();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user