I have a WebView in my Android app which goes through a flow in which a user may login using a LWA button. The flow works fine in an ordinary browser (on Android and elsewhere), but for some reason, after attempting to login in the WebView, it's never redirected back to our own flow.
chromium: [INFO:CONSOLE(216)] "Uncaught Error: xdc error: no proxy amazon-proxy-https-api_cdn_amazon_com", source: https://na.account.amazon.com/ap/oa?.......<lots of URL stuff here>
I've found very little about this error, most of it talking about whitelisting the app or similar. However, it all works fine in a regular browser, so that doesn't seem like it would be the trouble. I've attached to the WebView using the Chrome dev tools, and the app is still looking at an Amazon page. No redirect back to our own pages has successfully occurred yet.
How can I get this working?