iOS native mail app not displaying HTML fragment in mail body
up vote
0
down vote
favorite
I've created an HTML email with an interactive element which has tabbing functionality for certain clients when accessed via the iOS native mail app built into iOS for iPhones/iPads, however, I seem to be encountering issues with content not displaying.
I have used checkboxes to achieve the tabbing functionality coupled with CSS animations.
https://bestclownintown.co.uk/news/GT_cats.html
I have a simple media query to target Apple/Retina display devices within the HTML which should make the interactive content display rather than the fallback:
@media screen and (-webkit-min-device-pixel-ratio:0)
.fallback display:none;display:none!important;max-height:0;overflow:hidden;
.interactive display:block!important;max-height:none!important;background-color:red;
A strange issue is occurring inside the .interactive
container <div>
where the individual buttons are rendering to navigate the tabs. However, the content contained within the .tab1
through to .tab6
is not displayed and I don't understand why this is occurring.
Tested on iPad mini 2 running iOS 12.1 on the native Mail app
html ios css iphone email
add a comment |
up vote
0
down vote
favorite
I've created an HTML email with an interactive element which has tabbing functionality for certain clients when accessed via the iOS native mail app built into iOS for iPhones/iPads, however, I seem to be encountering issues with content not displaying.
I have used checkboxes to achieve the tabbing functionality coupled with CSS animations.
https://bestclownintown.co.uk/news/GT_cats.html
I have a simple media query to target Apple/Retina display devices within the HTML which should make the interactive content display rather than the fallback:
@media screen and (-webkit-min-device-pixel-ratio:0)
.fallback display:none;display:none!important;max-height:0;overflow:hidden;
.interactive display:block!important;max-height:none!important;background-color:red;
A strange issue is occurring inside the .interactive
container <div>
where the individual buttons are rendering to navigate the tabs. However, the content contained within the .tab1
through to .tab6
is not displayed and I don't understand why this is occurring.
Tested on iPad mini 2 running iOS 12.1 on the native Mail app
html ios css iphone email
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I've created an HTML email with an interactive element which has tabbing functionality for certain clients when accessed via the iOS native mail app built into iOS for iPhones/iPads, however, I seem to be encountering issues with content not displaying.
I have used checkboxes to achieve the tabbing functionality coupled with CSS animations.
https://bestclownintown.co.uk/news/GT_cats.html
I have a simple media query to target Apple/Retina display devices within the HTML which should make the interactive content display rather than the fallback:
@media screen and (-webkit-min-device-pixel-ratio:0)
.fallback display:none;display:none!important;max-height:0;overflow:hidden;
.interactive display:block!important;max-height:none!important;background-color:red;
A strange issue is occurring inside the .interactive
container <div>
where the individual buttons are rendering to navigate the tabs. However, the content contained within the .tab1
through to .tab6
is not displayed and I don't understand why this is occurring.
Tested on iPad mini 2 running iOS 12.1 on the native Mail app
html ios css iphone email
I've created an HTML email with an interactive element which has tabbing functionality for certain clients when accessed via the iOS native mail app built into iOS for iPhones/iPads, however, I seem to be encountering issues with content not displaying.
I have used checkboxes to achieve the tabbing functionality coupled with CSS animations.
https://bestclownintown.co.uk/news/GT_cats.html
I have a simple media query to target Apple/Retina display devices within the HTML which should make the interactive content display rather than the fallback:
@media screen and (-webkit-min-device-pixel-ratio:0)
.fallback display:none;display:none!important;max-height:0;overflow:hidden;
.interactive display:block!important;max-height:none!important;background-color:red;
A strange issue is occurring inside the .interactive
container <div>
where the individual buttons are rendering to navigate the tabs. However, the content contained within the .tab1
through to .tab6
is not displayed and I don't understand why this is occurring.
Tested on iPad mini 2 running iOS 12.1 on the native Mail app
html ios css iphone email
html ios css iphone email
edited Nov 10 at 10:50
asked Nov 10 at 10:42
user1554264
51321036
51321036
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53238128%2fios-native-mail-app-not-displaying-html-fragment-in-mail-body%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password