liguoxin
liguoxin
请在所有flex的配置上全部加上 -webkit-
CSS 自动前缀加上 IOS >6 ,测试在IOS7 IOS8 都会有问题。 autoprefixer({browsers: ['> 1%', 'last 2 versions', 'ie 10', 'iOS > 6']})
目前来看使用webpack进行打包的时候,进行压缩的时候会出现删除-webkit-flex的情况。这个是webpack的BUG。估计得在WEBPACK 2才能修复. https://github.com/webpack/webpack/issues/2543
还有一个问题,就是导航栏上的位置错误。 Nav 中使用了left 或者right 属性,文字无法正确对齐
I also encountered the same problem. The same code, using Jest for testing。
