diff --git a/js/widgets.js b/js/widgets.js index d750de2..8379507 100644 --- a/js/widgets.js +++ b/js/widgets.js @@ -1066,6 +1066,12 @@ function add_keyboard(user_title, user_topic, user_content, user_style, title_st messDiv.bind('input', function() { title.parent().parent().attr('user-content', stringendecoder.encodeHtml(messDiv.val())) }) + messDiv.bind('touchstart', function(event) { + event.stopPropagation() + }) + messDiv.bind('touchend', function(event) { + event.stopPropagation() + }) keyDiv.append(messDiv) var sendIcon = $('