8
0
Просмотр исходного кода

Docs: Small improvements in the Ionic and Cordova section.

Mgsy 7 лет назад
Родитель
Сommit
d8cb792703
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      docs/builds/guides/frameworks/overview.md

+ 2 - 1
docs/builds/guides/frameworks/overview.md

@@ -44,7 +44,8 @@ Check out a [sweet screencast of CKEditor 5 with real-time collaborative editing
 
 ## Compatibility with Ionic and Cordova
 
-CKEditor 5 is compatible with Ionic framework and Cordova. However, Ionic disables `user-select` by default, what [blocks typing via the virtual keyboard](https://github.com/ckeditor/ckeditor5/issues/701). It's required to set this property to `text` on the CKEditor component. Just update your stylesheet with the following code:
+CKEditor 5 is compatible with [Ionic framework](https://ionicframework.com/) and [Cordova](https://cordova.apache.org/). However, Ionic disables `user-select` by default, what [blocks typing via the virtual keyboard](https://github.com/ckeditor/ckeditor5/issues/701). It's required to set this property to `text` on the CKEditor component. Just update your stylesheet with the following code:
+
 ```css
 ckeditor {
 	-webkit-user-select: text;