saurabhdaware / text-to-handwriting

So your teacher asked you to upload written assignments? Hate writing assigments? This tool will help you convert your text to handwriting xD
https://saurabhdaware.github.io/text-to-handwriting/
MIT License
4.71k stars 1.13k forks source link

Minor improve in UI for mobile responsive #56

Closed mohananagavenkat closed 4 years ago

mohananagavenkat commented 4 years ago

Hi @saurabhdaware,

I just saw the tweet and came here. Nice work 👏 .

There is a minor alignment issue while visiting the app from a mobile device. Below is the screenshot.

text to image

There is a simple fix - by using CSS white-space property. Below is the screenshot after the fix.

text to image after fix

saurabhdaware commented 4 years ago

Uh oh definitely a bug, thank you for reporting!

but adding white-space may push the content out of the viewport in some mobiles,

Here's a screenshot from my mobile: Screenshot of tool from mobile that shows adding white space pushed the content to the right and a word is not completely visible because of that

Let's see if we can do something else, I'll keep this open for anyone who wants to contribute :D

RinkiyaKeDad commented 4 years ago

Has this issue been solved? Because it seems to be correct when I see it in mobile view? WriteCapture

saurabhdaware commented 4 years ago

Oh yes I didn't realize #57 added new UI so it fixed this.