Giter Site home page Giter Site logo

looks buggy on iOS7 about gulpjs.github.io HOT 5 CLOSED

gulpjs avatar gulpjs commented on September 26, 2024
looks buggy on iOS7

from gulpjs.github.io.

Comments (5)

yocontra avatar yocontra commented on September 26, 2024

Ah yeah those units will probably do that. I'll give it a check. Max-height needs to be added to the logo, max-width added to the text, and maybe a viewport addition needs to be added.

from gulpjs.github.io.

oriSomething avatar oriSomething commented on September 26, 2024

hey, i don't know stylus, but this is my little fix. it's a hack because it doesn't deal with small screens in landscape mode (which is another issue). which need some code changes (not using absolute positioning + transforms in small screen).
anyway, for iOS safari 7 in portrait mode it did the job

.main-header-content {
  width: 90vw;
}

.main-header-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

@media only screen and (max-width: 480px) {
  .logo {
    max-width: 25%;
  }
}

from gulpjs.github.io.

leo avatar leo commented on September 26, 2024

@oriSomething Thank you very much for opening this issue! However, I honestly don't think that iOS 7 is worth to support. Since the iPhone 4s (the last iPhone that can only run iOS 7), Apple released 4 new versions of the device and that seems like a high number to me.

I mean, not even Apple supports iOS 7 anymore... 😊

@contra If you disagree, feel free to reopen the issue.

from gulpjs.github.io.

oriSomething avatar oriSomething commented on September 26, 2024

@contra Hey, this issue was from almost a year ago. different times 😉

from gulpjs.github.io.

leo avatar leo commented on September 26, 2024

@oriSomething 😄 Whoopsie

from gulpjs.github.io.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.