The page has only one list element (like the "Building a clickable list" example). I embedded a grid (1 label + 1 button) in each list element (which has it's default button as well). The grid and list UI works fine in the emulator but the list elements are not displayed on the Android phone i.e. grid in list element works in emulator but not on Android phone
Can someone clue me on why it doesn't work? Is there a workaround but using embedded grid (the UI in emulator is neat)?
Here is the extract of relevant part of NTeamPage.html:
==========
<!-- mobilecontainer --
Code: Select all
<!-- mobilelist_1 --
ul class=" NTeamPage_mobilelist_1 " name="mobilelist_1"
<!-- mobilelistitem_2 --
li class=" NTeamPage_mobilelistitem_2 " name="mobilelistitem_2"
<!-- mobilegrid_8 --
<!-- mobilegridcell_9 --
<!-- fullName --
Label
<!-- mobilegridcell_10 --
<!-- mobilebutton_13 --
a class=" NTeamPage_mobilebutton_13" name="mobilebutton_13" rel="nofollow"
Call
/a
span class="ui-icon ui-icon-arrow-r ui-icon-shadow extra"
/span
/li
/ul