-
Notifications
You must be signed in to change notification settings - Fork 900
scrolling on iphone 4s looks to target slideout menu #38
Comments
It's probably the Basically a few of those elements have overflow properties set on them and I'm guessing depending on the screen size and amount of content in there the scrollbars may or may not show. If I ever get the free time I was going to go back and do a serious overhaul of the starter to bring it more in line with what I've done on my personal site (mademistakes.com, which is what Skinny Bones was originally based off of). At this point that's a big if... |
Seeing as I'm intending to us this in the long run, is there anything I can do to help out? |
Do you have screenshots to show were you're seeing the scrollbars? They're not showing on my iPhone 5s. I also tried the iPhone 4's screen size in Chrome dev tools and didn't see them either, so it's hard to troubleshoot. Does the Skinny Bones demo site produce the same behavior or is it just on your site? |
Just confirmed:
Could it be that you have to resize and touch-scroll to see the bug? |
Strange that I can't reproduce it, I even tried in an iPhone simulator and it works just fine. You could try removing It's possible it's displaying on top of the menu for some strange reason on an iPhone 4s which screws with the scroll. You could also try removing all of the styles on That or maybe the |
Screw this. I'll get some time and debug this in the morning. I'll try removing the Mystery scroll captured! Open the menu while still scrolling. Also confirm that if I keep scrolling the menu updates accordingly. Where the menu "should" have been iOS 8.3 iPhone 4s btw. |
Maybe it's Javascript that toggles the menu visibility class off and on or I'm at a loss for what to fix. If it's that problematic for you maybe ditch On my personal site I removed the extra markup and just went with one nav. On Tue, May 26, 2015 at 12:58 PM, Mikael Karon [email protected]
|
Well, maybe we can work together to replace it? And regarding that. You mentioned earlier that you'd maybe want to merge some of the changes you've done to your personal site. Maybe we can break it out in tickets and I can try to pitch in. |
If you want to take a stab at it I'm open to looking at PR's. Other than I haven't completely decided on what it should be either. I'm partially Maintaining Jekyll "themes" right now is a nightmare and horrible On Tue, May 26, 2015 at 1:24 PM, Mikael Karon [email protected]
|
For some reason the initial scrolling of a page looks like it's targeting the slideout menu when using an iphone 4s (latest os). Basically you see you are scrolling an invisible area (the scrollbars can be seen on the side).
A demonstration is available at http://open-learning.org when visiting using a 4s. Not sure if it only targets 4s or just the same screen size.
Unable to reproduce on an iphone 6.
The text was updated successfully, but these errors were encountered: