fix: disable WebView history (#1278)

This commit is contained in:
Benjamin 2023-09-21 12:13:57 -07:00 committed by GitHub
parent e0f8d06152
commit a86923aee1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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