Phonegap - Android - Select Popup Font Size

256 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 best solutions below

2
On

you can use this css

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