Bootstrap 3 with Skrollr site getting cut off on ios? -


I am building a portfolio website for a friend. In an effort to make the site responsive and artistic, I decided to pull Twitter Bootstrap and Scholar. I saw that the site is being cut at a certain point in Safari in iOS, has there been any other part on this issue before? I have provided a link below, if any one clarifies.

Thank you!

A lot of people (including me) are having trouble using the scroller on mobile devices. To use both "Fixed" and "Relative / Completed" status at the same time, you have to put all the divs that are # skrollr-body

though The real problem is that your scholar is getting confused if your scroller-body height is raised. You can try inserting forceHeight: false inside your skrollr.init ()

if it does not work , Then the scholar may not know where the end of # skrollr-body is, just insert your empty code after your # skrollr-body and it Give a keyframe it should work fine :)

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -