rprunskas

Results 3 comments of rprunskas

As a workaround, I created an authentication WebView that opens when an ActivityNotFoundException is thrown. I use `AuthorizationRequest` to load URL in webview and I create `AuthorizationResponse` to return result....

> @rprunskas do you mind sharing a github gist for how you implemented your workaround? Sorry, I can't provide code as it isn't open source. But the main idea is...

> > But the main idea is to use webview instead of browser. > > I think AppAuth doesn't use the `WebView` for a reason, because a `WebView` might be...