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

Scroll is not working when `captureBackPresses` is set to false on iOS #94

Closed msasikanth closed 3 months ago

msasikanth commented 3 months ago

Hi, I have set captureBackPresses to false to disable the back navigation of pages. It works as expected on Android, when I click back it goes back to previous screen instead of previous page. But on iOS, the scroll stopped working all together.