I need to know how to add bullets in the web view as we can see in the MSWord Doc files. I am trying to find out this thing but could not find any success. If anyone can help then please help me out from this.... Here is my code
function moveCursorToNextLine(x, y, newX, newY) {
var label3= iOS.UI.createLabel({
text:'speaks and \nsolution world oneself has ',
color:'black',
height:'auto',
width:'auto',
left:232,
font:{fontSize:14},
//textAlign:'center',
top:480
});
view.add(label3);
}
I am waiting for your valuable help