You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -224,7 +224,7 @@ function updateBackgroundPositions(tabStrip: TabStrip, tabStripItem: TabStripIte
224
224
}else{
225
225
// always default to at least a solid white background as fallback
226
226
// building with Xcode 13 causes bgView with no background to be fully transparent unless a css background-color is set - this allows original default behavior to work as it always did
227
-
bgView.backgroundColor=newColor('#fff').ios;
227
+
bgView.backgroundColor=null;
228
228
}
229
229
}
230
230
@@ -237,7 +237,7 @@ function updateTitleAndIconPositions(tabStripItem: TabStripItem, tabBarItem: UIT
237
237
// For iOS 11 icon is above the text *only* on phones in portrait mode.
// always default to at least a solid white background as fallback
97
+
// building with Xcode 13 causes bgView with no background to be fully transparent unless a css background-color is set - this allows original default behavior to work as it always did
98
+
// bgView.backgroundColor = new Color('#fff').ios;;
0 commit comments