connect_exit when you should dismiss the webview. See below for specific implementation details.
iOS
- WKWebView
- SFSafariViewController
WKWebView
Android
- WebView
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
- react-native-webview
onMessage handler you created, with a message of connect_exit. When your application receives that message, you should dismiss the Connect webview.