-
Notifications
You must be signed in to change notification settings - Fork 0
web view
milan jurkulák edited this page May 2, 2024
·
1 revision
//tvlib/org.mjdev.tvlib.ui.components.web/WebView
[androidJvm]\
fun WebView(modifier: Modifier = Modifier, url: String = "about:blank", userAgent: String = "Mozilla/5.0 (X11; Linux x86_64) " + "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36", isEdit: Boolean = isEditMode(), onPageLoaded: () -> Unit = {})