Phonegap - Android - Select Popup Font Size

218 views Asked by At

can i change the font size for pop up in phonegap (android)?

The word should not break.

enter image description here

1

There are 1 answers

2
veera On

you can use this css

word-break: normal;
white-space:nowrap;
text-overflow:ellipse;
overflow:hidden;
font-size:2vmin;