Using Quill Text Editor in Ionic

Have anyone here ever used Quill Text Editor in Ionic? (https://quilljs.com/docs/quickstart/)

The question arise because currently I am trying to implement it on my Ionic App but somewhow the interface is broken. So I am wondering if it is because does not support Ionic or something else.

@codeflavor
There is even a recent example on GitHub using Quilljs in the Angular + Ionic Framework.

Check it out:

Here is a Demo of how it works correctly (web-based with Ionic, of course):
https://killercodemonkey.github.io/ngx-quill-ionic/home

I gave up with Quill and used Summernote instead. It was less hassle and easier to achieve what I wanted ultimately.