RegistrationWebViewDialog
fun RegistrationWebViewDialog(url: String, instructions: String?, socksHost: String, socksPort: Int, onContinue: () -> Unit, onDismiss: () -> Unit)
Full-screen WebView used for Matrix UIA fallback stages (captcha/email/terms) that have no native UI. Traffic is force-routed through the app's SOCKS/Tor proxy via ProxyController — there is no OS-level VPN killswitch in this app, so a plain WebView would leak the real IP.