Webview unable to render frameset -
i trying load webpage inside web view - https://netbanking.hdfcbank.com/netbanking/. can see dom rendered height of frame 0.
<html><head> <title>welcome hdfc bank netbanking</title> <script language="javascript"> var daemon = 'netbanking'; var p_remoteaddress = ''; var rsaauthreq = ''; var l_path = window.location.pathname; if(l_path == undefined || l_path == '' || l_path.indexof("/netbanking") < 0){ window.location.href = window.location.protocol + "//" + window.location.host +"/netbanking"; } </script> </head> <frameset border="false" frameborder="o" framespacing="0" rows="*" cols="*"> <frameset border="false" frameborder="o" framespacing="0" rows="*,30" cols="*"> <frame marginwidth="0" marginheight="0" name="login_page" src="rslogin.html?v=7" noresize="true" scrolling="yes"> <frame marginwidth="0" marginheight="0" name="footer" src="footer.html" noresize="true" scrolling="no"> </frameset> </frameset> </html>
i can see same getting rendered in other apps webview , chrome.
the webview wrap_content, changed match_parent.
Comments
Post a Comment