简体   繁体   English

我的网络应用仍应在iOS 3.2上支持Safari 4.0.4吗?

[英]Should I still support Safari 4.0.4 on iOS 3.2 for my web app?

I just checked my web app in a first-generation iPad with Safari 4.0.4. 我刚刚在带有Safari 4.0.4的第一代iPad中检查了我的Web应用程序。 I noticed a lot of styles were not working properly: 我注意到许多样式无法正常工作:

  • border-radius 边界半径
  • opacity 不透明度
  • image height & width (if only one property is declared in the css) 图像的高度和宽度(如果在CSS中仅声明了一个属性)
  • etc... 等等...

I am thinking whether to make necessary css adjustments to make my web app render properly on Safari 4.0.4. 我在考虑是否要进行必要的CSS调整,以使我的Web应用程序在Safari 4.0.4上正确呈现。 While the global usage for IE6 and 7 are quite moderate. 虽然IE6和7的全球使用量还算适中。 At the moment we are fine with not showing full support for these browser versions, due to their lack of css support. 目前,由于它们缺乏CSS支持,因此我们不显示对这些浏览器版本的完全支持。

Could this same consensus apply for Safari 4.0.4? 这个共识可以适用于Safari 4.0.4吗?

IE7's last release was on 2007 ( http://en.wikipedia.org/wiki/Internet_Explorer_7 ). IE7的最新版本是2007年( http://en.wikipedia.org/wiki/Internet_Explorer_7 )。 Safari 4 was on 2010 ( http://en.wikipedia.org/wiki/Safari_version_history ) Safari 4于2010年发布( http://en.wikipedia.org/wiki/Safari_version_history

If any other frontend developers faced a similar scenario. 如果还有其他前端开发人员面临类似的情况。 Would appreciate to hear from you. 希望能收到您的来信。

I think iOS can be considered sufficiently deprecated at this point to ignore it. 我认为此时可以认为iOS已过时,可以忽略它。 The iPhone 4 came with iOS 4 and the iPhone 3GS has had several updates available for it for so long that an incredibly small percentage of users would be expected to still use iOS 3.x. iPhone 4随附iOS 4,而iPhone 3GS为其提供了多个更新,时间如此之长,以至于预计只有极少数用户仍会使用iOS3.x。 Further, since most mobile platforms push you to update as soon as a new version is released, there is even less of a chance anyone is using anything but the most recent 2 or 3 versions. 此外,由于大多数移动平台会在发布新版本后立即要求您进行更新,因此,除了最新的2或3个版本外,任何人使用其他任何东西的机会都更少。

You can see a breakdown of iOS version usage here: http://david-smith.org/iosversionstats/ 您可以在此处查看iOS版本使用情况的细分: http//david-smith.org/iosversionstats/

Also, your link goes to information about safari desktop versions. 此外,您的链接还会转到有关safari桌面版本的信息。 For iOS, go here: http://en.wikipedia.org/wiki/IOS_version_history 对于iOS,请访​​问此处: http : //en.wikipedia.org/wiki/IOS_version_history

As a general rule, our company uses the 2 versions back rule, 3 for IE, unless there is a specific need for further backward compatibility per the client. 通常,除非特别需要每个客户端进一步向后兼容,否则我们公司使用2个版本的后向规则,即3个版本的IE。

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

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