简体   繁体   English

iPhone6上的电子邮件应用程序测试

[英]Email app test on iphone6

So I'm doing some newsletter design, and I received a notice that it looks bad on the iphone 6 plus vs iphone 6, but I don't have an iphone 6 plus device, and I don't know how can I test this, do you guys have some tips, or how should I try to test? 所以我在做时事通讯设计,我收到通知,它在iPhone 6 Plus和iPhone 6上看起来很糟糕,但是我没有iPhone 6 Plus设备,而且我不知道该如何测试,你们有一些提示,还是应该尝试测试?

//LE The problem is inside the email app, not the browser // LE问题出在电子邮件应用程序内部,而不是浏览器

In Chrome developer tools you can emulate an iPhone 6 plus device, however, it is just the resolution and user-agent. 在Chrome开发人员工具中,您可以模拟iPhone 6 plus设备,但这只是分辨率和用户代理。 Regardless, it may depend on browser and e-mail client in the device, if you have this data it will help you more understand the problem... 无论如何,这可能取决于设备中的浏览器和电子邮件客户端,如果您有此数据,它将有助于您更进一步地了解问题...

Browserstack will allow you to see what your webpage looks like on several device browsers, including an iPhone 6 Plus. Browserstack可让您在多种设备浏览​​器(包括iPhone 6 Plus)上查看网页的外观。

You might need to put your newsletter online somewhere as a standalone HTML page to test what it looks like in the safari browser, since you won't be able to test the email client itself. 您可能需要将新闻通讯作为独立的HTML页面放在某个地方,以测试在Safari浏览器中的外观,因为您将无法测试电子邮件客户端本身。

Another tool is Litmus which apparently allows email inbox testing too, though I have not been able to test that. 另一个工具是Litmus ,它显然也可以进行电子邮件收件箱测试,尽管我还无法测试。

Personally I use the Chrome DevTools to see the content from a specific pseudo-device or user agent and that gives me a general idea of how the end result would look like. 我个人使用Chrome DevTools来查看来自特定伪设备或用户代理的内容,这使我对最终结果的外观有了大致了解。

However, I would generally strive to do responsive email designs that adapt to whichever device loading the content. 但是,我通常会努力进行自适应电子邮件设计,以适应加载内容的任何设备。

Litmus normally have the most cutting-edge information on Email Design, and this specific blog post speaks of the different aspects of responsive email design. Litmus通常在电子邮件设计方面拥有最前沿的信息,并且该特定博客文章谈到了响应式电子邮件设计的各个方面。 I suggest you follow their guidelines and see example content for great results. 我建议您遵循他们的指南,并查看示例内容以获得良好的效果。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM