我正在开发一个应用程序,目前正在部署过程中。该应用程序正在使用来自 yahoo here的 react-intl 功能。我注意到一个提到 polyfill
<script src="https://cdn.polyfill.io/v2/polyfill.js?features=fetch,Promise,Array.from,Array.prototype.find,Array.prototype.includes,String.prototype.startsWith,String.prototype.includes,Math.sign,Intl.~locale.en,Intl.~locale.id,Intl.~locale.ru,Intl.~locale.fr&unknown=polyfill"></script>
我被告知要将该功能添加到不支持它们的浏览器中。到目前为止,这适用于我们测试的所有设备。我的手机、安卓设备等。但是,此功能在 ipod 设备上失败。无论 ios 版本如何,我测试的所有 ipod 设备都无法识别该功能,因此我们的应用程序失败了。请问为什么其他设备 iphone、android 等支持此功能而只有 ipod 不支持。有没有人在移动设备上遇到过类似的 polyfill 问题?如何让 ipod 设备像其他设备一样支持此功能?我在引用的时候做错了什么?任何帮助,将不胜感激。