diff options
| author | Gubolin <gubolin@fantasymail.de> | 2015-01-11 10:32:15 +0100 |
|---|---|---|
| committer | Gubolin <gubolin@fantasymail.de> | 2015-01-11 10:32:15 +0100 |
| commit | ff3abf9d87a502cdf31a5f4abcbbf1826fd64fc9 (patch) | |
| tree | 43e0a2734bc16d5906decf05662d30436cb42313 /morphic.js | |
| parent | 09d04ecd59279513015274a1386d345e3f8a1640 (diff) | |
| parent | 3c03814833a272b305cbac5ad7f70190ec2a8926 (diff) | |
| download | snap-ff3abf9d87a502cdf31a5f4abcbbf1826fd64fc9.tar.gz snap-ff3abf9d87a502cdf31a5f4abcbbf1826fd64fc9.zip | |
merge mobileapp
Diffstat (limited to 'morphic.js')
| -rw-r--r-- | morphic.js | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -10790,6 +10790,11 @@ WorldMorph.prototype.edit = function (aStringOrTextMorph) { this.virtualKeyboard.style.top = this.cursor.top() + pos.y + "px"; this.virtualKeyboard.style.left = this.cursor.left() + pos.x + "px"; this.virtualKeyboard.focus(); + if (cordova) { + if (cordova.plugins.SoftKeyboard) { // Android only + cordova.plugins.SoftKeyboard.show(); // Issue #81 + } + } } if (MorphicPreferences.useSliderForInput) { |
