📔
Today Joonas Learned
  • Home
  • About Me
  • Chrome Extension
    • CSS injection
  • Design Pattern
    • SOLID 원칙
      • 1. SRP
      • 2. OCP
      • 3. LSP
      • 4. ISP
      • 5. DIP
    • 생성 패턴
      • Singleton Pattern
      • Abstract Factory Pattern
      • Factory Method Pattern
    • 구조 패턴
      • Adapter Pattern
      • Bridge Pattern
      • Composite Pattern
      • Decorator Pattern
      • Facade Pattern
      • Proxy Pattern
    • 행위 패턴
      • Command Pattern
      • Observer Pattern
      • State Pattern
      • Strategy Pattern
      • Template Method Pattern
  • Graphics
    • OpenGL ES
      • 파이프라인
      • 삼각형 그리기
      • 삼각형 움직이기
      • 다각형 그리기
      • 정사면체 그리기
      • [WIP] 마인크래프트 블럭 만들기
      • [WIP] Lighting, Normal Mapping
  • Internet
    • iOS/Safari
  • Javascript
    • async, defer 속성
    • 나머지 매개변수 (Rest parameter)
    • 화살표 함수 표현 (arrow function expression)
    • Template Literals
    • TDZ (Temporal Dead Zone)
    • Spread syntax (...)
  • Network
    • OSI 7 계층 모델
  • Uncategorized
    • 2021/12/07
    • 2020/09/03
    • 2020/09/04
    • 2020/08/22
  • git/VCS
    • Merge 커밋 메시지 수정
Powered by GitBook
On this page
  • No Support WebM
  • User Agents
  • Links

Was this helpful?

  1. Internet

iOS/Safari

iOS/Safari 관련 내용들 모음

PreviousInternetNextJavascript

Last updated 4 years ago

Was this helpful?

No Support WebM

iOS는 동영상 포맷 중 .webm 확장자를 지원하지 않는다.

User Agents

iOS 위에서 돌아가는 앱들의 유명한 User Agent는 에서 확인할 수 있다.

예전에는 iP(ad|hone|od) 같은 정규식으로 처리됐지만, iPad가 버전 13을 넘어가면서 이게 또 바뀌었다.. 의 작성자와 완전히 동일한 경험을 겪어서 링크로 대체한다.

Links

이 사이트
이 글
https://developers.whatismybrowser.com/useragents/explore/operating_system_name/ios/
iPadOS 13 에서 userAgent가 Mac으로 넘어오는 이슈