nottinghamcollege / HTML-Email-Boilerplate-Redux

A rewrite of the original HTML email boilerplate (originally written by Sean Powell) that keeps up with the latest developments of email clients, providing a solid foundation for our email campaigns, and yours too!
MIT License
79 stars 15 forks source link

display:block; support on Android 4.4 (KitKat) #1

Closed jamesmacwhite closed 9 years ago

jamesmacwhite commented 10 years ago

It appears display:block; no longer works on table cells on Android 4.4 (KitKat) in the native email client.

The example below is three table cells with nested tables (the buttons). The three table cell should stack with the media query code present but they don't due to display:block; being ignored/no longer supported.

android-4 4-display-block

Emulation of Nexus S running 4.4.2

The guidelines version of the boilerplate will need a section on Android 4.4 and this behaviour.