mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 15:21:40 +09:00
모바일 브라우저에서는 textarea가 기본 노출
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8005 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9e0fd13ad5
commit
1fd8a07a79
1 changed files with 4 additions and 0 deletions
|
|
@ -1761,6 +1761,10 @@ EditMode = xe.createPlugin('EditMode', {
|
|||
|
||||
app.$textarea.hide();
|
||||
app.$richedit.show();
|
||||
|
||||
if (/iPod|iPhone|Android|BlackBerry|SymbianOS|SCH\-M[0-9]+/.test(navigator.userAgent)) {
|
||||
this.$btn_html.mousedown();
|
||||
}
|
||||
},
|
||||
deactivate : function() {
|
||||
this.$btn_wysiwyg.unbind('mousedown');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue