themondays / Dwarf

Dwarf is HD Redmine theme with many outstanding features.
125 stars 19 forks source link

ios safari - login page will not show #4

Open Andrewpk opened 8 years ago

Andrewpk commented 8 years ago

There seems to be a problem with this theme on safari mobile.

http://1drv.ms/1QdTyfl - link to gallery of issue

themondays commented 8 years ago

Hey, Thanks Andrew, I will check it. Can you please resend screenshots?

Jared.

themondays commented 8 years ago

Hey, Tested login page just now, all looks ok.

mtozlu commented 8 years ago

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.

Andrewpk commented 8 years ago

@themondays just updated and included a gallery link

Andrewpk commented 8 years ago

@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.

themondays commented 8 years ago

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

arieljlira commented 8 years ago

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

mtolava commented 8 years ago

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?

themondays commented 8 years ago

@arieljlira You can try add next lines instead removing absolute, should work.

                top: 0;
                left: 0;
                z-index:1;

Thanks, Jared.

arieljlira commented 8 years ago

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

bpieck commented 7 years ago

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).

bpieck commented 8 months ago

Hey, you copied obvious scam! I hope, noone will click on it - but you have some dangerous link in the message, you quoted!

19890843006 commented 8 months ago

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: @.***>