Skip to content

Commit bc7464b

Browse files
committed
[BOOK-155] chore: 읽기 전용 웹뷰이므로 브라우저 기능 지원을 위한 webChromeClient = WebChromeClient() 제거
1 parent 4740b8f commit bc7464b

File tree

1 file changed

+0
-3
lines changed
  • feature/webview/src/main/kotlin/com/ninecraft/booket/feature/webview

1 file changed

+0
-3
lines changed

feature/webview/src/main/kotlin/com/ninecraft/booket/feature/webview/WebViewUi.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package com.ninecraft.booket.feature.webview
22

33
import android.annotation.SuppressLint
44
import android.view.ViewGroup
5-
import android.webkit.WebChromeClient
65
import android.webkit.WebView
76
import android.webkit.WebViewClient
87
import androidx.compose.foundation.layout.Box
@@ -54,8 +53,6 @@ internal fun WebViewContent(
5453
)
5554
// 기본 웹뷰 클라이언트
5655
webViewClient = WebViewClient()
57-
// 브라우저 기능 지원
58-
webChromeClient = WebChromeClient()
5956
settings.apply {
6057
// JavaScript 실행 허용
6158
javaScriptEnabled = true

0 commit comments

Comments
 (0)