iOS mail client doesnt render html email -
using mailchimp fireoff emails rails platform. uses body inline styling , no js. renders fine on web clients , mobile clients (ios , android) except ios's native mail client. when pulling email in ios native mail client, can see email 50-100 ms, disappears, leaving white blank page. looks if getting "pop blocked". content 3 colored divs filled text , images. 1 ever experience this? have scoured web (and continue so).
thanks in advance
after research found answer. apples ios mail client not big on loading external style sheets. infact, shuts out html if try include anywhere in html. had line:
%link{:rel => :stylesheet, :type => :"text/css", :href => "//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"}
when took out, worked, css , all!
hope helps someone!
Comments
Post a Comment