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

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -