-
-
Notifications
You must be signed in to change notification settings - Fork 84
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
Doesn't fit in portrait mode iOS Safari #20
Comments
Thanks for reporting this! Sounds like Safari doesn't play nicely with I'll take a closer look as soon as I get access to an iPhone (next week). |
Thanks. I'm having a look for a solution too. I'll PR if I find one. |
@simondell Could you try setting the width here to |
I failed to get 100vw/100vh working. This well researched article suggests both reasons why I/we see the error and also that vw/vh will not fix the problem. I'm looking into alternatives. |
Thanks for the link! 👍 The article basically says that the "bug" is intended and won't be fixed. So… I'm interested in how to fix this. |
That was my interpretation as well. |
Well, at least it's a fix. 😉 Thanks for your investigation anyway. I'll take a closer look at this issue later. |
Hi, I have the exact same issue with Safari on iOS. Are there any updates about this? What I did so far: |
@Koerner Still not fixed, unfortunately. Does it work with |
Nope, I just tried it. But for iOS that doesn't change anything. Is there a way to color the |
When a site or web app using a
<AutoRotatingCarousel>
is viewed through Safari iOS, held in portrait orientation, the<Slide>
s bleed out of the edges of the screen. Most significantly, the call to action button at the bottom becomes obscured by Safari's footer.When the same site/app is launched from the home screen, or (I assume) in a WebView in a native/hybrid app, then the carousel fills a portrait aspect screen nicely. These methods of launching/displaying an app prevent Safari's header/footer appearing.
The text was updated successfully, but these errors were encountered: