Wang Chao

Results 47 comments of Wang Chao

不好意思最近都特别忙,所以一直没有更新代码。之后我会加上。

> [#10 (comment)](https://github.com/charleyw/wechat-weapp-redux/issues/10#issuecomment-341643770) > 如果不在onHide处理, 多个page使用redux, Android奔溃率提高很多, 修改参考: > > ```js > /** > * 页面切换不会触发_onUnload, 会导致上一页面继续setData, 浪费性能, > * 如果存在多个页面Android机容易卡死 > */ > const { > onShow: _onShow, >...

不好意思,这两天比较忙,一直没时间看。 等下星期我详细看一下再merge

刚才看了一下,这个问题只有在rails 5的API模式下才能重现。

嗯,确实没有使用这个api。能知道具体是哪些机型有样式问题吗? 如果方便的话,你可以提个MR吗?

``` ... scale: interpolate(scrollY, { inputRange: [-viewHeight, 0], outputRange: [5, 1], extrapolate: 'clamp' }) ... ``` It is due the hard coded number `5` in the line `outputRange: [5, 1]`....

I got the same problem with: Rails 5.0.0 Api mode when i include some gem (eg. devise, wechat),the controller will return 200 and no content, it even not hit the...