umi框架新建的项目在ios9.0到ios9.2的操作系统不能运行

Created on 20 Nov 2018  ·  4Comments  ·  Source: umijs/umi

iphone5s ios9.2.1浏览器不能运行umi框架新建的空白项目,umi的版本号2.1.2

Most helpful comment

All 4 comments

谢谢你的解答,完美解决

试试targets https://umijs.org/zh/config/#targets

大神 加入 targets没有效果是怎么回事呀
我的环境:
umi + dva + antd mobile
"umi": "^2.4.2",
"umi-plugin-react": "^1.3.4"
"dva": "^2.4.1",
我的配置:
targets: {
android: 4,
ios: 7,
safari: 7
},

搞不懂,我就设置ie:9先看看,有没有效果。😊

Was this page helpful?
0 / 5 - 0 ratings