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