OAuth process through Android web view

Is OAuth process through Android web view is allowed?
I tested the URL on real browser, it is working fine.
But when try to login using the same link, the Square login form showing the error message as shown below

Oh never mind.
It was my webview not configured correctly.

domStorageEnabled → must be true
Ref: WebSettings  |  Android Developers

Glad to hear you figured it out. :slightly_smiling_face: