Mail客户端上调试html呈现问题

Mail客户端上调试html呈现问题

本文介绍了如何在Apple Mail客户端上调试html呈现问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在iPhone上的Apple邮件客户端上呈现HTML电子邮件时,我们面临着很少的HTML/CSS问题

We are facing few HTML/CSS issues on rendering our HTML email on Apple mail client on iPhones

有没有一种方法可以检查和调试问题?

Is there a way one can inspect and debug the issue?

Apple是否提供任何仿真器/工具来执行相同的操作?

Does Apple provide any emulator/tool to do the same?

推荐答案

对我们有用的是 Epiphany 浏览器.它模仿了Apple邮件客户端的受限功能,使其呈现 HTML 的能力比下面的任何解决方案都更为紧密-

What worked for us is Epiphany browser. It mimicked the restricted ability of Apple mail client to render HTML far more closely than any of the solutions below -

  • google chrome firefox safari 处于响应式设计模式
  • google chrome, firefox, safari in responsive design mode

有人建议在XCode中尝试仿真器,但是我在 Xcode->中找不到Apple邮件.窗口->设备和模拟器

Someone suggested to try emulator in XCode but I couldn't get hold of Apple mail in Xcode -> Window -> Devices and Simulators

这篇关于如何在Apple Mail客户端上调试html呈现问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-06 10:39