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

ios safari - login page will not show #4

Open
Andrewpk opened this issue Feb 8, 2016 · 13 comments
Open

ios safari - login page will not show #4

Andrewpk opened this issue Feb 8, 2016 · 13 comments

Comments

@Andrewpk
Copy link

Andrewpk commented Feb 8, 2016

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

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

@themondays
Copy link
Owner

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

Jared.

@themondays
Copy link
Owner

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

@mtozlu
Copy link

mtozlu commented Feb 13, 2016

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
Copy link
Author

@themondays just updated and included a gallery link

@Andrewpk
Copy link
Author

@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
Copy link
Owner

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
Copy link

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
Copy link

mtolava commented Apr 23, 2016

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
Copy link
Owner

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

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

Thanks,
Jared.

@arieljlira
Copy link

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
Copy link

bpieck commented Apr 10, 2017

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
Copy link

bpieck commented Feb 19, 2024

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

@19890843006
Copy link

19890843006 commented Feb 20, 2024 via email

Repository owner deleted a comment from 19890843006 Feb 23, 2024
Repository owner deleted a comment from mtolava Mar 4, 2024
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

8 participants
@arieljlira @Andrewpk @mtolava @bpieck @themondays @mtozlu @19890843006 and others