Skip to content

feat: remove preload#235

Merged
noeyiz merged 4 commits intodevelopfrom
dev/234-feat-remove-preload/#234
Apr 24, 2024
Merged

feat: remove preload#235
noeyiz merged 4 commits intodevelopfrom
dev/234-feat-remove-preload/#234

Conversation

@JH713
Copy link
Collaborator

@JH713 JH713 commented Apr 23, 2024

📌 개요

  • 즐겨찾기 미리로드 없앰
  • webview 로딩 지연 없앰

💻 작업 내용

🖼️ 스크린샷

@JH713 JH713 added the ✨ Enhancement New feature or request label Apr 23, 2024
@JH713 JH713 self-assigned this Apr 23, 2024
@JH713 JH713 linked an issue Apr 23, 2024 that may be closed by this pull request
Comment on lines +26 to +28
func workaroundInitialWebViewDelay() {
let webView = WKWebView()
webView.loadHTMLString("", baseURL: nil)
Copy link
Collaborator

Choose a reason for hiding this comment

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

빈 HTML을 로드함으로써 WKWebView의 초기 설정을 미리 처리
-> 실제로 웹 뷰를 필요로 할 때는 이 초기화로 인한 지연 없이 더 빠르게 컨텐츠를 표시

굳입니다 !

@noeyiz noeyiz merged commit b4e75ce into develop Apr 24, 2024
@JH713 JH713 deleted the dev/234-feat-remove-preload/#234 branch April 25, 2024 11:14
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: remove preload

2 participants