Răsfoiți Sursa

Docs: Small improvements in the Ionic and Cordova section.

Mgsy 7 ani în urmă
părinte
comite
d8cb792703
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  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
 ## 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
 ```css
 ckeditor {
 ckeditor {
 	-webkit-user-select: text;
 	-webkit-user-select: text;