Open vishalgrg opened 6 years ago
new FinestWebView.Builder(context).titleDefault(title).statusBarColor(context.getResources().getColor(R.color.colorPrimaryDark)) .toolbarColor(context.getResources().getColor(R.color.forbes_bg)) .iconDefaultColor(context.getResources().getColor(R.color.white)) .titleColor(context.getResources().getColor(R.color.white)) .webViewJavaScriptEnabled(true) .show(url);
.titleDefault (String title), title changed after loading. Can we restrict to updating the title ?
ithink you can use this code
updateTitleFromHtml(false)
new FinestWebView.Builder(context).titleDefault(title).statusBarColor(context.getResources().getColor(R.color.colorPrimaryDark)) .toolbarColor(context.getResources().getColor(R.color.forbes_bg)) .iconDefaultColor(context.getResources().getColor(R.color.white)) .titleColor(context.getResources().getColor(R.color.white)) .webViewJavaScriptEnabled(true) .show(url);
.titleDefault (String title), title changed after loading. Can we restrict to updating the title ?