I am developing an application which uses Dropbox to sync data between devices. I is already running on Windows, Android and iOS but now I am stuck on OS X.
I have added a webview control to my window and generated a URL to allow access to my app to Dropbox and when the url loads I am presented with the login page. I enter my data and am navigated to the second page where I can either click Allow or Cancel. Clicking either of the buttons leaves me still on this page without navigation.
I even tried to take the URL created and paste it into a "normal" browser and everything worked great. Something is just strange with the Webview control.
Can someone maybe point me into the right direction?