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

Not visible on small screens #40

Open
etairi opened this issue Feb 22, 2019 · 6 comments
Open

Not visible on small screens #40

etairi opened this issue Feb 22, 2019 · 6 comments

Comments

@etairi
Copy link

etairi commented Feb 22, 2019

I'm using react-router-modal in my project, and so far it seems to work fine everywhere I tested. Except it doesn't seem to work on Safari in iOS12. Please note that I did not test it with earlier versions of iOS or with a MacOS. The component that I have given to ModalRoute includes text fields, and basically the text fields are present there, but nothing is visible.

@davidmfoley
Copy link
Owner

Thanks for the report. Do you experience the same behavior on other small screens?

@davidmfoley
Copy link
Owner

Thanks for the info. I'll try to take a look this weekend. Is your project in a public place where I can try it out? Thanks.

@etairi
Copy link
Author

etairi commented Feb 22, 2019

I just tested it with iPhone 6S using Safari, Chrome and Firefox, and it is the same behavior. So it seems to be a problem related to small screens.

You can test it from this link: https://dev.smorder.at/web/login

@etairi
Copy link
Author

etairi commented Feb 22, 2019

Btw, we are using version ^2.0.0-rc2.

@etairi etairi changed the title Not visible in iOS 12 Not visible on small screens Feb 22, 2019
@moparlakci
Copy link

Same here on my Ipad.. I think there is a CSS (transform) problem. Couldn't figure it out.
Waiting to here from you.

@khronos90
Copy link

This is the fixed I used for this

@media only screen and (max-device-width: 1024px) { .react-router-modal__modal-open { position: inherit !important; } }

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

4 participants