fix: disable WebView history (#1278)

This commit is contained in:
Benjamin
2023-09-21 12:13:57 -07:00
committed by oSumAtrIX
parent daeb534692
commit 18ea6adb20

View File

@ -44,6 +44,7 @@ fun Markdown(
.background(Color.Transparent)
.then(modifier),
client = client,
captureBackPresses = false,
onCreated = {
it.setBackgroundColor(android.graphics.Color.TRANSPARENT)
it.isVerticalScrollBarEnabled = false