In Safari and Chrome browsers (I did not check others) on iPhpone 5 when installing a font-size in a css-file:

 * { font-size : 48px; } 

all form elements are scaled except input-file.

On IE, Chrome and FireFox on the PC, everything works out on a regular basis and on the iPhone 6 - also on a regular basis.

On the other did not try.

Is this feature specifically iPhone 5?

    2 answers 2

    Led input-file to hidden and made its activation through the front button.

       input {font-size: 48px;} 

      should help. In Safari for the elements of the form spelled a lot of their own styles.

      • It did not help :-( I think the glitch is more likely systemic - in Crome the same thing - Mad Jackal