Open Andrewpk opened 8 years ago
Hey, Thanks Andrew, I will check it. Can you please resend screenshots?
Jared.
Hey, Tested login page just now, all looks ok.
I came across this problem too. Login page does not show on mobile devices. Redmine 3.2.0. This version of Redmine has a "responsive.css" included by default which may mess things up when using another theme.
@themondays just updated and included a gallery link
@1dot44mb disabling the responsive.css only causes more issues it seems.
@themondays On iOS (simulated multiple screen sizes) as well as my actual iOS device (iPhone 6s), the theme causes the login page to appear as simply a black screen.
Hey, I didn't have enough time to solve this problem, I will try in next few days. Please also follow #7 issue, probably there could appear another issues with ios on 3.2.0
Thanks
Hi, I had this same issue in redmine 3.2.1 Black screen on mobile.
It seems the problem is fixed if you disable position:absolute in application.css .controller-account.action-login #main { width: 100%; height: 100%; margin: 0; /* position: absolute; */ }
https://github.com/themondays/Dwarf/blob/master/production/dwarf/stylesheets/application.css#L2008
Hi. It works in my android phone. The problem now is the login form, I searching where change it. Some clues where can I touch?
@arieljlira You can try add next lines instead removing absolute, should work.
top: 0;
left: 0;
z-index:1;
Thanks, Jared.
Hi Jared, I tested it in chrome (both mobile and emulated in desktop) with no luck, still de same black screen.
.controller-account.action-login #main {
width: 100%;
height: 100%;
margin: 0;
position: absolute;
top: 0;
left: 0;
z-index:1;
}
Thanks
Hi, I fixed this issue, by setting
.action-login #wrapper {
position: static;
}
Perhaps this still can help anyone. But it still looks weired in portrait ^^ so it only got functional.
Ah, sorry, that still did not do any trick with ios safari (only ios chrome).
Hey, you copied obvious scam! I hope, noone will click on it - but you have some dangerous link in the message, you quoted!
I'm very sorry, this is a scam comment. The day before yesterday I received such an email, and not knowing it was from a scammer, I replied to it. Afterwards, it seemed that my account automatically posted these comments. I'm not sure if it's a GitHub vulnerability. Please forgive me.
---Original--- From: "Bente @.> Date: Tue, Feb 20, 2024 04:34 AM To: @.>; Cc: @.**@.>; Subject: Re: [themondays/Dwarf] ios safari - login page will not show (#4)
Hey, you copied obvious scam! I hope, noone will click on it - but you have some dangerous link in the message, you quoted!
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>
There seems to be a problem with this theme on safari mobile.
http://1drv.ms/1QdTyfl - link to gallery of issue