Change font on text manipulation on Android

Rila

New Member
I have a webpage with text input and monospaced font:\[code\]<input type="text" style="font-family: monospaced">\[/code\]And this works like a charm on Android. But when I enter the "edit" mode on the device, when the keyboard pops up, the font changes back to the platfom specific one (not monospaced). When the editing is done and text field loses focus, it changes back to monospaced again. The idea here is to change the text manipulation font to monospaced also when editing the text. Is there a way to do it from within HTML / CSS / Javascript? My first impression is "no", as this seems to be platform defined in the underlying TextView. But maybe my impression is wrong.
 
Back
Top