malt.io icon indicating copy to clipboard operation
malt.io copied to clipboard

Various elements are difficult to use on mobile

Open dkoppenh opened this issue 11 years ago • 3 comments

The main menu bar and the recipe editor cancel/save bar don't scroll horizontally when zoomed in. You have to zoom out to see the whole bar, which makes the text hard to read and tap.

Similar for the popup elements like the style chooser; you have to get lucky to get the browser to show you all the text.

Tested with Android 4.1.2 stock browser, Chrome, and Firefox Beta

dkoppenh avatar May 11 '13 20:05 dkoppenh

Strange - I'm using Twitter's Bootstrap for the dialogs and such which should work. I'll do some testing on Android and see what I can do.

danielgtaylor avatar May 15 '13 02:05 danielgtaylor

After further review, the popups are almost always usable, if a little oddly placed. The main problems, IMHO, are the main menu bar and recipe "save/cancel" bar.

dkoppenh avatar May 15 '13 22:05 dkoppenh

Removing position:fixed from the "saveMsg" div and navbar-fixed-top class would be helpful. Of course, the elements would scroll up out of view, which is probably not what you want.

overflow-x:auto on the navbar-fixed-top class allows my desktop browser to scroll over to the right when I size the window too narrow. I have to get rid of the "top" property on the "saveMsg" when I do that, otherwise the scrollbar almost hides the save message.

dkoppenh avatar May 16 '13 21:05 dkoppenh