Closed AlexV525 closed 3 years ago
iOS 设置 navColor 及 JVCustomWIdget.backgroundColor 为透明色 (Colors.transparent) 或透明通道不为 ff 的颜色 (Color(0xcc000000) 时,颜色为黑色;设置为 0xccffffff 时为白色。
navColor:
navColor
Jverify().setCustomAuthorizationView(false, JVUIConfig()..navColor = Colors.transparent.value);
JCustomWidget.backgroundColor:
JCustomWidget.backgroundColor
JVerify().setCustomAuthorizationViewAllWidget( uiConfig, widgets: <JVCustomWidget>[ JVCustomWidget(backButtonId, JVCustomWidgetType.button) ..backgroundColor = Colors.transparent.value ], );
根源是不支持 navTransparent
navTransparent
ref: https://docs.jiguang.cn/jverification/client/ios_api/#jvuiconfig
Description
iOS 设置 navColor 及 JVCustomWIdget.backgroundColor 为透明色 (Colors.transparent) 或透明通道不为 ff 的颜色 (Color(0xcc000000) 时,颜色为黑色;设置为 0xccffffff 时为白色。
Code sample
navColor
:JCustomWidget.backgroundColor
: