Kotlin Android webview loader using ksp Oct 06, 2021 1 min read KSPWebViewLoader ? @WebViewBuilder Annotation can be automating your webview settings. (WIP) How to use @WebViewBuilder( url = "https://www.google.com/", autoSet = true ) lateinit var webView: WebView override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) setContentView(R.layout.activity_main) webView = findViewById<WebView>(R.id.webView) WebViewLoader.onInitialize(this) } Kotlin https://github.com/jsh-me/KSPWebViewLoader KotlinKspLoadingWebView
WebView A feature-rich WebView template for Android in Kotlin A feature-rich WebView template for Android in Kotlin 11 July 2022
Kotlin A Kotlin binding to webview, a tiny cross-platform webview library A Kotlin binding to webview, a tiny cross-platform webview library 01 July 2022
Kotlin Hybrid WebView playground. Covering both iOS and Android Hybrid WebView playground. Covering both iOS and Android 24 February 2022