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

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

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -