We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I make the webview not dispose when I switch tabs? Kcef have those methods but it seems i cant control in the webview layer.
samples doesn't help
The text was updated successfully, but these errors were encountered:
fun rememberSaveableWebViewState( url: String, additionalHttpHeaders: Map<String, String> = emptyMap(), ): WebViewState = if (getPlatform().isDesktop()) { rememberWebViewState(url, additionalHttpHeaders) } else { rememberSaveable(saver = WebStateSaver) { WebViewState(WebContent.NavigatorOnly) } }
looks not support yet?
Sorry, something went wrong.
No branches or pull requests
How do I make the webview not dispose when I switch tabs?
Kcef have those methods but it seems i cant control in the webview layer.
samples doesn't help
The text was updated successfully, but these errors were encountered: