Ok, that gets me the system web browser and the Dropbox login and authorization pages. But then Dropbox tries to return the authorization token to the system browser in the form of 127.0.0.1/#access_token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx. The browser then has this message "This site can't be reached 127.0.0.1 refused to connect".
How do I get the system browser to return the token url back to my app which is how it works with webview?
Somehow I need to let the System Browser know to send the 127.0.0.1 url to my app. How is that done?