scribble icon indicating copy to clipboard operation
scribble copied to clipboard

HTML not responsive enough

Open algorev opened this issue 9 years ago • 8 comments

The generated HTML is not responsive, IR won't look good on mobile devices.

algorev avatar Oct 26 '16 22:10 algorev

Could you kindly describe some specific problems the generated html has on mobile devices? Identifying the trouble spots would make them easier to address.

jackfirth avatar Oct 27 '16 01:10 jackfirth

The menu bar shows aside the text, and the text is too small. It shows exactly as it would on the desktop.

algorev avatar Oct 27 '16 19:10 algorev

Which device and browser are you using?

2016-10-27 21:25 GMT+02:00 SpooikypokDev [email protected]:

The menu bar shows aside the text, and the text is too small. It shows exactly as it would on the desktop.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/racket/scribble/issues/61#issuecomment-256744137, or mute the thread https://github.com/notifications/unsubscribe-auth/AAcLxWimHkncen276ucs22ik-_5EZejUks5q4PqigaJpZM4KhwTC .

Jens Axel Søgaard

soegaard avatar Oct 27 '16 21:10 soegaard

Huawei Ascend Y330-U01 Using Chrome on Android 4.2.2 wih the latest version of chrome mobile.

algorev avatar Oct 28 '16 19:10 algorev

The problem is the menu bar, so how should we place it? Atop the page?

algorev avatar Oct 30 '16 16:10 algorev

I looked up the Huawei Ascend Y330-U01 and according to http://www.gsmarena.com/huawei_ascend_y330-6493.php the resolution is 480x800. In Chrome (OS X) one can set the resolution and see what a page looks like on a smaller screen.

 http://imgur.com/sG4lglx

This looks okay to me.

Can you take a screen shot of what you see on the Ascend?

2016-10-28 21:01 GMT+02:00 SpooikypokDev [email protected]:

Huawei Ascend Y330-U01 Using Chrome on Android 4.2.2 wih the latest version of chrome mobile.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/racket/scribble/issues/61#issuecomment-257001948, or mute the thread https://github.com/notifications/unsubscribe-auth/AAcLxYlOrXj2ZAzdkZybIUrV8_z_pXvwks5q4kaagaJpZM4KhwTC .

Jens Axel Søgaard

soegaard avatar Oct 30 '16 16:10 soegaard

It looks the same way as the imgur link. I think i'm going to clone the repo and work on it. 🌌

algorev avatar Nov 01 '16 17:11 algorev

Made a PR to fix that. The menus will be atop the screen. Maybe there's a better way to do that because there will probably be some problems with big menus, but it should cut it for a quick fix.

algorev avatar Nov 01 '16 21:11 algorev