We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4740b8f commit bc7464bCopy full SHA for bc7464b
feature/webview/src/main/kotlin/com/ninecraft/booket/feature/webview/WebViewUi.kt
@@ -2,7 +2,6 @@ package com.ninecraft.booket.feature.webview
2
3
import android.annotation.SuppressLint
4
import android.view.ViewGroup
5
-import android.webkit.WebChromeClient
6
import android.webkit.WebView
7
import android.webkit.WebViewClient
8
import androidx.compose.foundation.layout.Box
@@ -54,8 +53,6 @@ internal fun WebViewContent(
54
53
)
55
// 기본 웹뷰 클라이언트
56
webViewClient = WebViewClient()
57
- // 브라우저 기능 지원
58
- webChromeClient = WebChromeClient()
59
settings.apply {
60
// JavaScript 실행 허용
61
javaScriptEnabled = true
0 commit comments