dragonman225 / notablog

Tell stories of your work with Notion

Home Page:https://dragonman225.js.org/notablog.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Toggle lists on mobile devices

mk1564 opened this issue · comments

Toggle lists do not look normal on mobile devices for example like below in the figure.

image

It seems that you were using Safari.
Safari has a known bug that it doesn't respect flex-wrap: nowrap, the default wrapping method of flexbox, for some reasons, and I wasn't able to fix it.

Here is a new attempt: https://dragonman225.js.org/now-bugfix.html , but I don't have any devices running Safari, could you test it for me and report the result?

Thanks for your reply. I still see the same bug in Safari, Chrome, and Microsoft Edge browsers in iOS mobile devices. Since I don't have Mac machine, I am not sure if this is only about iOS mobile devices or not.

On macOS (desktop), I've verified that the toggle lists are expanding as expected on Safari, Chrome. I'll try debugging over an emulated iOS to see if the error can be reproduced.

I found this morning that this issue is fixed on my iOS mobile device (Safari and Chrome).

Great! Then I'll close this.