I am developing a Xamarin Mac application and I need to do some data syncing with Dropbox.
I have created a WebView which navigates to a URL where the user is prompted to enter its username and password. After hitting OK and successfully signing in I am presented with a new screen where I can grant or deny the app access to it's folder in Apps > AppName inside Dropbox.
Regardless of hitting Cancel or Allow nothing happens. If I however click on the Dropbox icon on the top left I am navigated normally to my dashboard.
I thought that this might be a Javascript problem or something similar but I have changed all the properties I can think of and I am still stuck on the same page.
What I need to set to be able to move on?