tui.editor
tui.editor copied to clipboard
Mobile support
I kind of assumed this was supported, but now I read in comments in issues here (should be clearly stated in docs) that this doesn't support mobile.
First impression to me is that this shouldn't be super hard to add support for, it seems it's mostly the toolbar that has bad reactivity? Or are there any big blockers on this?
A shame about this because unless I can hack around this I'm gonna have to find another library :/
@Powersource Yes. The toolbar operation and font size for mobile support have not yet been considered. I think that it can be resolved by modifying some css. But It is necessary to verify it to various situations.
if anyone runs into this as well, fwiw i've now mostly implemented this feature using https://remirror.io instead, see https://github.com/Edgeryders-Participio/multi-dreams/pull/360
The popup widget does not get properly positioned on mobile either