I am trying to integrate my Android app with PayUMoney.
If I don't put in -
myWebView.setWebViewClient(new WebViewClient());
its opening in the browser and working fine. But if I do, the WebView shows a loading sort of activity and then the whole thing goes blank.
And also if I create some error in the data, the error page from PayUMoney loads in the WebView without any problem.
Thanks to PayUMoney Tech Support. I had to add -
myWebView.getSettings().setDomStorageEnabled(true);
now it is working.
Change your URL with this and try again.
String PAYMENT_URL = "https://test.payu.in/_payment";
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With