SM
0
Show/Hide Issue in IOS Outlook App
Hi,
We are using mso-hide:all for show/hide some block for mobile block. Recently in one of email we have noticed that show/hide is not working for outlook app.
This was never picked up in litmus test too.
Does mso-hide not supported in outlook app?
<tr>
<!----Normal block->
</tr>
<!--[if !mso]><!-->
<div style="display:none; max-height:0px; mso-hide:all; overflow:hidden; visibility:hidden;">
</div>
<!-- <![endif]-->
Thanks
Hey Saajan,
mso-hide:all is only for Outlook for Windows desktop.
display:none should work just fine for the Outlook iOS app. If the above isn't working there may be issues elsewhere in your code.
If you can post more or all of your code, we can then try and debug for you.
On checking a tag inside that show/hide block has href as #. Does this affect the show/hide block?
It shouldn't do as that is a common placeholder URL value, used in the industry.
Empty or invalid URLs (including a simple hash) used to break other Outlook clients but adding the full stop was a work around for that. I don't think that ever affected the mobile apps though and I'm not 100% sure if that is still an issue.