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 620a873 commit 69bc0a6Copy full SHA for 69bc0a6
presentation/src/main/java/daily/dayo/presentation/screen/rules/RuleScreen.kt
@@ -58,6 +58,7 @@ fun RuleScreen(
58
WebView(context).apply {
59
webViewClient = WebViewClient()
60
settings.javaScriptEnabled = false
61
+ overScrollMode = View.OVER_SCROLL_NEVER
62
loadUrl("${BuildConfig.BASE_URL}/${ruleType.fileName}.html")
63
64
setOnKeyListener(
0 commit comments