Paul Tikhonov
Paul Tikhonov
I need pause because I get error from my server. "The payment is on processing".
> In this case you cannot do anything but press the "Continue" button on the Bank's 3DAuth page in order to complete the process and get your callback called. Callback...
Hi. What about solution of this problem? Some banks works with webView.getSettings().setDomStorageEnabled(true);, But some banks need webView.getSettings().setDomStorageEnabled(false);
I'm sorry, I don't understand. What I must to do to resolve this problem ?
Can you show example of your D3SActivity ? With D3SSViewAuthorizationListener onAuthorizationCompleted By the way I need to load pages with delay `postDelayed(() -> view.loadUrl(String.format("javascript:window.%s.processHTML(document.getElementsByTagName('html')[0].innerHTML);", JavaScriptNS)), 500);` Because App too fast...