html - jQuery Mobile Listview Long Item -


im using jquery mobile listview data-inset="true"`

<ul data-role="listview" data-inset="true" data-theme="e">     <li><h3> ... long string ... </h3></li> </ul> 

if item long, string truncated. there other way or best approach display whole long string?

working example: http://jsfiddle.net/gajotres/bxfhv/

ul li .ui-li-heading {     white-space: normal !important; } 

Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -

matlab - How to equate a structure array to structure array -