connect_exit
when you should dismiss the webview. See below for specific implementation details.
iOS
WKWebView
Android
WebView
connectMessageHandler
object you created, with a message of connect_exit
. When your application receives that message, you should dismiss the Connect webview.React Native
onMessage
handler you created, with a message of connect_exit
. When your application receives that message, you should dismiss the Connect webview.