I tried to convert a wix website to an app using WebView. I was able to succeed in it but I am facing some issues with social logins. I see that Wix uses some Oauth2 authentication after google or facebook finishes logging in the user. In the WebView after google is logged in it is getting redirected to a Oauth2 authentication URL leaving the screen blank and finally the user is unable to get logged in in the parent app.
This screenshot shows how it looks after google logs in the user.
Can anyone suggest an approach to solve this issue?