I am trying to center or align the text and placeholder of an input field. While this works in most browsers using the text-align
property, it seems to fail on mobile Safari for iPad 1. The main text itself aligns correctly, but the placeholder text remains on the left side consistently.
You can view the fiddle here: input-text-alignment
Is there a solution to aligning the placeholder text on iPad 1?