Kensuke Sano
02/18/2021, 8:13 AMval intent = Intent(Intent.ACTION_VIEW, Uri.parse("<http://example.com/xxx>"))
ContextCompat.startActivity(context, intent, null) // open WebView
// How to track wevViewURL?
if (webViewURL == "/finish") {
// How to close webview?
}