the onscreen android keyboard now works

This commit is contained in:
2017-08-06 14:17:05 +02:00
parent f8c60b0668
commit 319427ba2e
5 changed files with 87 additions and 52 deletions
+2 -1
View File
@@ -1549,7 +1549,8 @@ var Input = (function() {
return {
init: init,
onTap: sendPosMsg
onTap: sendPosMsg,
sendString: sendStrMsg,
};
})();