2amigos / yii2-ckeditor-widget

CKEditor WYSIWYG widget for Yii2.
https://2amigos.us/open-source/ckeditor-widget
Other
172 stars 112 forks source link

Does not work on android devices (on ios haven't tested) #82

Closed dimaraduk91 closed 7 years ago

dimaraduk91 commented 7 years ago

Works on PC and possible IOS as showed "toggle device toolbar" in Crome. <?= $form->field($model->node, 'description')->widget(CKEditor::className(), [ 'options' => ['rows' => 6], 'preset' => 'custom', 'clientOptions' => [ 'toolbarGroups' => $ckToolbarTemplate, 'removeButtons' => $ckRemoveButtons, 'smiley_path' => '//cdnjs.cloudflare.com/ajax/libs/ckeditor/4.5.10/plugins/smiley/images/' ] ])->label(false) ?>

tonydspaniard commented 7 years ago

http://ckeditor.com/forums/CKEditor/Enabling-ckEditor-on-Android-Phone