iOS Styling
April 7, 2014
I was checking the Shackadelic site on mobile devices this morning & noticed that on my iOS7 devices, the submit button I created kept showing up with a default grey gradient. I just couldn’t get my head around this.
It turns out to be an Apple implementation that overwrites the css on iOS devices.
This was fixed by using “-webkit-appearance: none;” in the css.
Further reading here:
http://stackoverflow.com/questions/5449412/styling-input-buttons-for-ipad-and-iphone
Category : Web Development
Share
