Set the title display of the uni app webview
webview的update-title设为false < template > < view > < web-view :webview-styles = ” webviewStyles ” update-title=”false” src = ” https://uniapp.dcloud.io/static/web-view.html ” > </ web-view > </ view > </ template > Add a line to “globalStyle” in pages.json: “navigationStyle”: “custom”, You can also add in onReady setTimeout(()=>{ uni.setNavigationBarTitle({ title: ‘The title to be set in the […]
Set the title display of the uni app webview Read More »