facebook

List item background color: CLOSED

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #325247 Reply

    johnbail
    Member

    is white the olny option for a list item if I set the background color in the html if I send it to be converted to a IOS native app will that color change still be in effect?

    #325254 Reply

    support-michael
    Keymaster

    Hi johnbail,

    >is white the olny option for a list item if I set the background color in the html if I send it to be converted to a IOS native app will that color change still be in effect?

    Correct at this time the list-item does not expose background color properties. Thus the UI you see in the Designer and Test Center are what you will see in a native app.

    Customizable list-item color is on our todo list. I have added your comments to our feature tracking system. Although I have not done this, I believe a workaround is to manually modify the CSS directly or via JavaScript JQuery for list-items.

    #325256 Reply

    johnbail
    Member

    will the work around make it into the native app? in other words I change the css when I submit it to be compiled as native will that change carry over?

    #325257 Reply

    support-michael
    Keymaster

    @johnbail

    >will the work around make it into the native app? in other words I change the css when I submit it to be compiled as native will that change carry over?

    Yes it should.

    #325752 Reply

    johnbail
    Member

    If anyone else is facing this question here is hte code I used

    $(‘li’).each(function () {

    $(this).css(“background-color”,”black”);

    });

    Thanks Wayne.

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: List item background color: CLOSED

You must be logged in to post in the forum log in