[AC-6599] TabGroup hideShadow and shadowImage property doesn't work in iOS 13
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Thomas Weber |
Assignee | Abir Mukherjee |
Created | 2020-09-03T19:03:11.000+0000 |
Updated | 2020-09-04T10:29:41.000+0000 |
Description
Removing the shadow (divider line) on a tabgroup by setting a shadowImage and tabsBackgroundImage works on iOS < 13 but not an IOS 13.
Tss:
"TabGroup":{
hideShadow:true,
tabsBackgroundImage: '/images/blank.png',
shadowImage: '/images/blank.png',
largeTitleDisplayMode:Ti.UI.iOS.LARGE_TITLE_DISPLAY_MODE_AUTOMATIC,
largeTitleEnabled:true,
tabsBackgroundColor :'white',
tabsBackgroundSelectedColor :'white',
tabsTranslucent :false,
tintColor: '#5B4DBC'
}
Could be related with:
TIMOB-27413
https://stackoverflow.com/questions/39850794/remove-top-line-from-tabbar
Attachments
File | Date | Size |
---|---|---|
hideshadow.png | 2020-09-03T19:00:50.000+0000 | 89774 |
No comments