B4J Question [ BANanoVuetifyAD3] Styles field does not work

Hi,

I have a problem where the Styles does not seem to work in Abstract Designer. Classes works OK.
Or do I need to format them different than I have done, see picture below.

StylesProblem.png


It works if I add the Style in B4J like this:
B4X:
    apptitle.AddStyle("text-shadow", "#FC0 1px 0 10px")

But I rather would like add it in the Abstract Designer.

BR
Christian
 
After some trial and error I also was able to add more than one style. Use ; with no spaces(important) also the = must be without spaces like this
CSS:
width= 100vw;max-width= 100vw
 
Upvote 0
Top