Skip to content

feat: WebView에서 http 연결 허용#115

Merged
chanhihi merged 1 commit intodevelopfrom
dev/114-feat-allow-webview-http/#114
Mar 19, 2024
Merged

feat: WebView에서 http 연결 허용#115
chanhihi merged 1 commit intodevelopfrom
dev/114-feat-allow-webview-http/#114

Conversation

@noeyiz
Copy link
Collaborator

@noeyiz noeyiz commented Mar 19, 2024

📌 개요

  • WebView에서 http 연결을 허용했습니다.

💻 작업 내용

  • info.plist에 다음과 같은 내용을 추가했습니다.
"NSAppTransportSecurity": [
    "NSAllowsArbitraryLoadsInWebContent": true
]

🖼️ 스크린샷

Hane 접속 가능
Screenshot 2024-03-19 at 12 58 26 PM

@noeyiz noeyiz added the ✨ Enhancement New feature or request label Mar 19, 2024
@noeyiz noeyiz self-assigned this Mar 19, 2024
@noeyiz noeyiz linked an issue Mar 19, 2024 that may be closed by this pull request
Copy link
Member

@chanhihi chanhihi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다~!

@chanhihi chanhihi merged commit cc99568 into develop Mar 19, 2024
@chanhihi chanhihi deleted the dev/114-feat-allow-webview-http/#114 branch March 19, 2024 04:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

✨ Enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: WebView http 허용

2 participants