I am using Accompanist Webview for loading webview in my compose application. For some urls the webview is loading initially and goes blank after loading. Anyone faced the same issue? Please help
tried webView.settings.javaScriptEnabled = true
and webView.settings.supportZoom()
but not working.