KevinnZou / compose-webview-multiplatform

WebView for JetBrains Compose Multiplatform
https://kevinnzou.github.io/compose-webview-multiplatform/
Apache License 2.0
305 stars 39 forks source link

bugfix: Use interaction not working when `captureBackpresses` is disabled on iOS #96

Closed msasikanth closed 3 months ago

msasikanth commented 3 months ago

Even if the back navigation is disabled, we would still want to enable the user interaction, so that things like scroll can work.

fixes: #94