'Image not display in WebView with Kotlin

Before I used the Android Studio with Jave to made a WebView App First I face a problem with Images but when I write this: webView.getSettings().setMixedContentMode(WebSettings.MIXED_CONTENT_ALWAYS_ALLOW)

My Problem will resolved.

Now I use the Android Studio with Kotlin and I write: webSettings.mixedContentMode But it is not Work.

Please help



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source