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

I want to enable/disable zoom of ios webview using PlatformWebSettings.IOSWebSettings. #110

Closed farhazulMullick closed 2 months ago

farhazulMullick commented 2 months ago

We can enable/disable support of zoom level through pinch gesture for android webview only. But on iOS zoom is by default enable.

Can we make a toggle in ios websettings for such operations

KevinnZou commented 2 months ago

@farhazulMullick Thank you for your suggestion! I have already made a pull request for it and I am planning to release it next week.