android - Back and forward with loadDataWithBaseURL -


resultview.loaddatawithbaseurl(                             resulttextmaker.asset_url,                             searchresult == definition_not_found ?                                     resulttextmaker.getnoresulthtml(definition.getword(), nodefinitionstr) :                                         resulttextmaker.getresulthtml(),                                         "text/html", "utf-8", null); 

hi, have code display result in webview. how implement , forward capability it? don't know pass the fifth parameter of loaddatawithbaseurl. search result html.

the fifth parameter url want into. passing null defaults 'about:blank'


Comments

Popular posts from this blog

Python __call__ special method practical example -

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -