We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bbf08d commit fa9431fCopy full SHA for fa9431f
harmony/rn_webview/src/main/ets/RNCWebView.ets
@@ -449,6 +449,7 @@ export struct RNCWebView {
449
.verticalScrollBarAccess(this.descriptorWrapper.rawProps.showsVerticalScrollIndicator)
450
.overviewModeAccess(this.descriptorWrapper.rawProps.scalesPageToFit)
451
.textZoomRatio(this.descriptorWrapper.rawProps.textZoom)
452
+ .backgroundColor(BaseOperate.getColorMode(this.ctx.uiAbilityContext, this.descriptorWrapper.rawProps.forceDarkOn) === WebDarkMode.On ? Color.White : Color.Transparent)
453
.darkMode(BaseOperate.getColorMode(this.ctx.uiAbilityContext, this.descriptorWrapper.rawProps.forceDarkOn))
454
.forceDarkAccess(this.forceDark)
455
.cacheMode(this.cacheMode)
0 commit comments