Skip to content

Commit

Permalink
fix: disable WebView history (#1278)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminHalko authored Sep 21, 2023
1 parent e0f8d06 commit a86923a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a86923a

Please sign in to comment.