Disabling CKEditor on Adroid until issues are fixed
authorAlexander Ebert <ebert@woltlab.com>
Tue, 12 Nov 2013 01:44:32 +0000 (02:44 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 12 Nov 2013 01:44:32 +0000 (02:44 +0100)
com.woltlab.wcf/templates/wysiwyg.tpl

index ba5dfb452dd7dad9cea3f535984a7fe1f768472b..17282fcb29a0e73f0e3d2a8120a0bc9f9c73a413 100644 (file)
@@ -11,7 +11,8 @@
 <script data-relocate="true">
 //<![CDATA[
 $(function() {
-       if ($.browser.mobile) {
+       if ($.browser.mobile || navigator.userAgent.match(/[aA]ndroid/)) {
+               // exclude smartphones and Android (not properly supported by CKEditor yet)
                return;
        }