Hi, please see screenshot. Lists used to be transparent and now they're coming out white. Did you guys change something?
Hello!
Could you clarify what theme and libraries version do you use? What code do you use to male list transparent?
ios-like theme. I don't know how to find what libraries version I use?
I never used a code to make my list transparent, it always just came in that way. Now all the sudden my lists are coming out white.
Peter,
Go Project - App Settings - External resources - Libraries version
Libraries version is 2.0
It was fine before, now if I make a change to any list item and save it, it starts coming out white
Hi Peter,
It's not supposed to be, could you please share (http://devcenter.appery.io/documentat...) your app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a and send us the app name. We'll take a look.
I just shared you. It's called MisConnect. Log in with user 'guy' password 'guy' and then on the next screen search a US city, see that all results come in white. It used to be transparent until I added some code and saved it.
Thanks for any help
Hi Peter,
It's correct background for ios-like theme.
If you want to get transparent background for your list items please use following solution:
1 Add new CSS asset.
2 Populate it with following code:
pre
.ui-body-b .ui-listview li .ui-btn{
background-color: transparent;
}
/pre
That's all.
Regards.
Hi Peter,
For this goal(make list item transparent) you don't need to use "class name" field.
You need make only steps from solution.
Regards.