Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Button Appearance on IOS Devices #21

Closed
dschier-wtd opened this issue Jun 28, 2019 · 1 comment
Closed

Bug: Button Appearance on IOS Devices #21

dschier-wtd opened this issue Jun 28, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@dschier-wtd
Copy link
Member

dschier-wtd commented Jun 28, 2019

On IOS Devices, the buttons (input[type="") are styled by some webkit appearance.
I expect, the buttons should look the same on all devices.

'-webkit-appearance: none;'

https://css-tricks.com/almanac/properties/a/appearance/

https://trentwalton.com/2010/07/14/css-webkit-appearance/
http://css-infos.net/property/-webkit-appearance
https://blog.kulturbanause.de/2013/08/submit-button-auf-dem-iphone-ipad-ios-stylen/

@dschier-wtd dschier-wtd added the bug Something isn't working label Jun 28, 2019
dschier-wtd pushed a commit that referenced this issue Jun 29, 2019
@dschier-wtd dschier-wtd reopened this Jun 30, 2019
@dschier-wtd
Copy link
Member Author

seems like this is not fixed, because "appearance" alone is not working always. one should use "-webkit-appearance" in addition.

dschier-wtd pushed a commit that referenced this issue Jun 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant