3

I got lazy with my responsive site and iPadOS13 has come along to kick my ass.
It loads the iPad Pro 11” screen size but with a desktop user agent in safari.
Late night writing some ‘real’ css now.

I guess this is a rant at myself more than anything 🙉

Comments
  • 0
    Oh god. Mobile versions...
  • 5
    You're using JS to dictate css rendering? I thought we stopped doing that when @media became a thing.
  • 0
    @C0D4 Oh so it's too considered responsiveness? I guess, but you never know when it "responds" 😄
  • 1
    @C0D4 all my css stuff uses media queries but I have some things that show and hide using laravel’s blade templating system and admittedly some things that show and hide depending on user agent in js.

    As I said, my bad, being lazy always comes back to bite you!
  • 2
    I think right now the designers of mobile OS and mobile browsers are doing this stuff deliberately to fuck with Web Devs.
Add Comment