Sam Costa
Sam Costa
This attempts to resolve #193 . Adds a transition configuration object that when provided will be used to animate between states (e.g placeholder to loaded/error state). If omitted there's no...
Fixes https://github.com/KevinnZou/compose-webview-multiplatform/issues/246
Under certain conditions the `WebViewNavigator` does not work at all. Calling the methods on the navigator has no effect. **Reproduction sample** (Only reproduced on Desktop) ``` @Composable internal fun BasicWebViewSample()...