Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mobile browser rendering issue... #36

Open
KenRip opened this issue May 7, 2024 · 3 comments
Open

Mobile browser rendering issue... #36

KenRip opened this issue May 7, 2024 · 3 comments

Comments

@KenRip
Copy link

KenRip commented May 7, 2024

I'm having an issue with both the mobile version of Chrome and Safari on my iPhone 12 Pro Max server.addOptionBox menu tabs on the top portion of the window. When I bring up the device's /setup page on either browser the "Wifi Setup" appears visible and the other addOptionBox sections I've defined are collapsed into a small three horizontal bar icon. I would expect this should expand to show the other addOptionBox sections as somewhat of a pull-down menu but the expansion doesn't work and I have no access to the other sections. If I rotate my iPhone horizontally the other sections expand and I can access them.

note: this also happens on my desktop Chrome browser on Windows if I size the window down horizontally until the addOptionBox sections collapse into the three bars.

I'm running the latest async-esp-fs-webserver 1.0.5 library on an ESP32 (NodeMCU-32S) and building the project in the latest version of the Arduino IDS with all other libraries updated to current.

@GregAscolab
Copy link
Contributor

+1
Same problem for me.

@GregAscolab
Copy link
Contributor

GregAscolab commented May 15, 2024

@cotestatnt :

Seems to come from the change of "responsive" to "resp" class modification in showMenu() and switchPage().
See my previous comments in the commit.
e2f82c5#r142046669
e2f82c5#r142046611

Please review.

@GregAscolab
Copy link
Contributor

Only tested by modifiying value directly in Chrome Debug tool (F12).
Because change in app.js, need recompilation, minifiying, Bin2C... etc > Not done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants