Akshay Bosamiya

Results 8 comments of Akshay Bosamiya

> @harit2101 it's not a big issue for me as I can just convert between px and %. But it seems like a feature that should be a part of...

This issue seems mostly realated to CSS and DOM structure. I've prepared demo/solutions. Link: https://codesandbox.io/s/react-quill-editor-auto-grow-height-okikc0

Hi @salgum1114 , I'm also facing a similar issue. Any update/hint for this?

> > A simple trick could be something like: > > ``` > > var scale = 2; > > domtoimage.toBlob(domNode, { > > width: domNode.clientWidth * scale, > >...

> try this as temporary solution > > ```ts > const touchHandler = (event) => { > const touch = event.changedTouches[0]; > const simulatedEvent = new MouseEvent( > event.type ===...

@jpuri , Looking forward for this functionality.

I'm also facing the same issue. @bokuweb, please let us know if there is any update on this. Thanks a lot.