Compose Webview Multiplatform Versions Save

WebView for JetBrains Compose Multiplatform

1.9.4

3 weeks ago

1.9.0

2 months ago

What's Changed

Full Changelog: https://github.com/KevinnZou/compose-webview-multiplatform/compare/1.8.8...1.9.0

1.8.8

3 months ago

1.8.6

3 months ago

New Features

  • Support custom Jsbridge name
  • Support custom background color

What's Changed

New Contributors

Full Changelog: https://github.com/KevinnZou/compose-webview-multiplatform/compare/1.8.4...1.8.6

1.8.4

4 months ago

What's Changed

Full Changelog: https://github.com/KevinnZou/compose-webview-multiplatform/compare/1.8.2...1.8.4

1.8.2

4 months ago

1.8.0

4 months ago

New Features

  • JsBridge: Starting from version 1.8.0, this library provides a WebViewJsBridge to allow developers to communicate between the WebView and Native. Developers can use the JsBridge to register a handler to handle the message from the WebView.

Please refer to https://github.com/KevinnZou/compose-webview-multiplatform?tab=readme-ov-file#communication-between-webview-and-native for detailed instructions.

What's Changed

Full Changelog: https://github.com/KevinnZou/compose-webview-multiplatform/compare/1.7.8...1.8.0

1.7.8

5 months ago

What's Changed

Full Changelog: https://github.com/KevinnZou/compose-webview-multiplatform/compare/1.7.6...1.7.8

1.7.6

5 months ago

New Features

  • Support setting zoom level
state.webSettings.apply {
    zoomLevel = 2.0
}

What's Changed

Full Changelog: https://github.com/KevinnZou/compose-webview-multiplatform/compare/1.7.4...1.7.6