250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- HTML
- Animation
- button
- xcode
- php
- iOS 개발자
- 백엔드
- image
- 풀스택
- 자바스크립트
- 비전공자
- jQuery
- hover
- IOS
- html5
- SWIFT
- javascript
- 비전공 개발자
- react
- 애니메이션
- front-end
- ipad
- iPhone
- MAC
- 개발자
- css3
- keyframes
- 프론트엔드
- effect
- CSS
Archives
- Today
- Total
비전공자 개발일기
Inspection of Web Content not working with iOS 16.4+ 본문
SWIFT/(SWIFT || Xcode)Error
Inspection of Web Content not working with iOS 16.4+
HiroDaegu 2023. 4. 11. 08:57728x90
SMALL
문제 상황
Swift WKWebView를 활용하여 앱을 제작하고 있고, Web Page의 Script나 Tag를 확인하기 위해서 Safari의 개발자용 -> 연결된 기기를 통해서 Web Page를 Debugging 하는 과정에서 문제 발견
해결 방법
if #available(iOS 16.4, *) {
myWebView.isInspectable = true
}
https://developer.apple.com/documentation/webkit/wkwebview/4111163-isinspectable
728x90
LIST