-
Notifications
You must be signed in to change notification settings - Fork 27
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
[2.0.18 Bug] Cannot save on mobile & tablet URGENT #377
Comments
@joomleb |
@mi-prakash Just it, it would be sufficient as a start point... Do you agree ? |
@mi-prakash |
@joomleb |
@mi-prakash It seems like the Header is not responsive and it has a fixed minimum width, so the Save button on the right is going "outside" the screen... Please, What is the file we can take a look for the Header layout ? |
@joomleb Copy & paste this code at the end of the file just like this show in the image This should fix the button issue |
@mi-prakash Now, following your suggestion, I can confirm that the right solution for the "Save" button in all conditions is to does not care about @media and just to add: .hu-topbar .topbar-left,.hu-topbar .topbar-middle,.hu-topbar .topbar-right{min-width:auto} Practically, to change the min-width definitions in the file with "auto'. To have an usable HU on mobile still there are 2 awful issues: 2 - When I turn the smartphone/tablet to the horizontal view, the HU (the page) Is fixed and it is not vertically scrollable anymore. So, the HU menu is cut off: 3 - When I open the HU menu on smartphone vertical view the menu is opened on the left. |
@joomleb |
Hi @mi-prakash 1 - In mobile vertical view the HU modal box lost the X (close) button 2 - if turn phone horizontally the HU modal box is hidden 3 - When I save, the Success Alert is not horizontally centered Please, Can you confirm them ? |
Hi @mi-prakash 1 - In mobile vertical view the HU modal box lost the X (close) button 2 - if I turn the phone horizontally the HU modal box is hidden and I cannot scroll down the page 3 - When I save, the Success Alert is not horizontally centered Please, Can you confirm them ? |
@joomleb |
@mi-prakash And, if confirmed, Please, Can you add the red "Bug" label to this ticket ? |
Hi @mi-prakash
from Chrome for Android, tested on 6" & 10.4"
there is no way to save anymore the template.
To switch to "desktop mode" is not anymore a workaround, the save button in the header is still outside the screen.
https://photos.app.goo.gl/kQjPaf26W4QzHobB8
https://photos.app.goo.gl/KSkm99kjPMEsVuL39
Unfortunately the events forced us to work 99% of time from mobile.
Please, Can you help with a quick workaround?
The text was updated successfully, but these errors were encountered: