TheFinestArtist / FinestWebView-Android

Beautiful and customizable Android Activity that shows web pages within an app.
https://finestwebview.web.app
2.32k stars 531 forks source link

toolbar default title changed #138

Open vishalgrg opened 6 years ago

vishalgrg commented 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 ?

ponnamkarthik commented 6 years ago

ithink you can use this code

updateTitleFromHtml(false)