javascript - Read "XML" content from webview -
in app have webview give xml content after long process of submission. have read xml content of web page. tried using javascript this.
web.loadurl("javascript:window.htmlout.processhtml('<head>'+document.getelementsbytagname('html')[0]+'</head>');");
but device(browsers) not calling javascript function. please me fix this.
use xml parsing parse d view xml content if not familiar refer tutorial http://www.androidhive.info/2011/11/android-xml-parsing-tutorial/
Comments
Post a Comment