Media Query not working for iPhone and iPad

前端 未结 2 922
终归单人心
终归单人心 2021-01-22 19:34

@media query is not working in case of iPhone 5 and iPad 4 OS. I have used following CSS for styling each OS and device for di

2条回答
  •  难免孤独
    2021-01-22 20:11

    Excerpted from https://mislav.net/2010/04/targeted-css/

    You should be aware that orientation media query, although supported on the iPad, doesn’t work on the iPhone (tested with v3.1.3). Fortunately, size queries like width and device-width work, so layout-switching is possible without JavaScript with some combination of those.

提交回复
热议问题