Kitayoshi

Results 8 comments of Kitayoshi

And it truly implements document (now is not): > If you specify a value for `right` it will completely replace the styles for the `right` resize handle, but other handle...

As @unclechong said, BizCharts depends on `react-reconciler@^0.25.1` which depends on `react@16`, causing two versions of `react` to be installed (If you are using react other than 16) After `[email protected]`, use...

以下均指在 iOS 上的微信: 微信 webview 直接打开 App Store 链接会打不开。 曾经的方法是直接使用 mp.weixin 做 redirect(https://github.com/hoosin/mobile-web-favorites/issues/7),但是这个方法失效了——现在(15年4月2日)在微信 webview 里打开任意一个最美应用的的推荐 app 页,点击到 App Store 下载都可以复现问题。 猜测原因是微信会检测是从哪个域名跳转到 mp.weixin 做跳转的,有白名单。 1. 可行的方法一:在微信 webview 里引导使用 Safari 打开,Appsolution 就是这样做的;...

早就不行了,现在稳妥的做法是长按扫描或者上架应用宝 titancat [email protected]于2015年6月18日星期四写道: > 最近发现这种做法失效了,我的微信版本是6.2.2,iOS版本是8.1。请问有人遇到和我一样的情况吗? > > — > Reply to this email directly or view it on GitHub > https://github.com/hoosin/mobile-web-favorites/issues/7#issuecomment-113029150 > .

@IRediTOTO Since I use NextJS too, I found its server-side runtime providing `FormData` (and `fetch`) polyfill. So we could directely use `new FormData()` on the server-side code seamlessly. - Refer:...

@robingenz Sorry I am not familiar with the native part, so I am afraid of working on that. But from my point of view, the easier solution is to make...

@robingenz I have created a PR #832 making the actionCodeSettings optional.