PayUMoney in Android WebView showing blank screen -


i trying integrate android app payumoney.

if don't put in -

mywebview.setwebviewclient(new webviewclient()); 

its opening in browser , working fine. if do, webview shows loading sort of activity , whole thing goes blank.

and if create error in data, error page payumoney loads in webview without problem.

thanks payumoney tech support. had add -

mywebview.getsettings().setdomstorageenabled(true); 

now working.


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -