Paul Tikhonov

Results 4 issues of Paul Tikhonov

When the bank page opens, we can see it auto-zoom in webView. How can we open with origin zoom?

Hi, there! onAuthorizationCompleted needs pause. Because payment does not have time to be processed. ``` @Override public void onAuthorizationCompleted(String md, String paRes) { mHandler.postDelayed(() -> mPresenter.onGetPaymentRezult(md), 1000); } ``` But...

I don't understand how can I send simple event that user login in app with event name "login". How can I do that?

Hi. I need to filter "phoneNumbers" array. The code can take only the first element, but other skips. How to change my code to get expected result ? Thank you...