This is the default behavior of the Safari iOS browser. this is especially important in selectboxes.
to avoid this, please override the default font size provided by jqm. you can do something like this.
.ui-select .ui-btn select{ font-size: 50px; }
source share