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

Left Slide-In Menu Blank in iOS (iPad) #39

Closed
JimFraeErskine opened this issue Jun 18, 2013 · 5 comments
Closed

Left Slide-In Menu Blank in iOS (iPad) #39

JimFraeErskine opened this issue Jun 18, 2013 · 5 comments

Comments

@JimFraeErskine
Copy link

I've implemented a very simple slide-in left menu as per the example given on the plugin home page. This works perfectly on Chrome on my desktop PC and on a Kindle Fire HD but on an iPad running either Safari or Chrome the menu is blank (white) when it appears and momentarily flickers into existence as the menu is closed again. I've tried playing around with the z-axis parameter in the CSS to no avail. I've also tried the same thing on other pages that are not doing anything special except just display some text - and it never works.

Anyone else seeing this?

@JimFraeErskine
Copy link
Author

It's OK chaps - I solved it myself. There was a conflict in my CSS with some overflow references. Rewrote that and it started working. Sorry for the false alarm.

@kdigital81
Copy link

I'm having a similar issue. Works fine on my desktop but when viewing it on my iphone the menu slides out but it is completely transparent. However if I click where the links should be in the slide out menu I navigate to another page.

It's like my slide out menu is completely transparent on the iphone.

@artberri
Copy link
Owner

artberri commented Nov 7, 2013

Check your own CSS, I think that you will have a similar as @JimFraeErskine If you still have problems show me your web/code

@artberri artberri closed this as completed Nov 7, 2013
@kjprince
Copy link

@JimFraeErskine could you be more specific about the overflow references....where were they? I'm having the same issue. Thanks.

@rentageekmom
Copy link

For anyone in the future ... Had this issue, it was a plugin adding:


html {
    -webkit-overflow-scrolling: touch;
}

had to change to:


html {
    -webkit-overflow-scrolling: auto /* fixes ios11 bug with sidr */
}

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

5 participants