妙蛙种子
妙蛙种子
could this lib support ios 7.0?
it seems the `EJConvertTypedArray` is conflict with JSC of the system, how can i fix it?
我看源码里的settings已经deprecated了,如何获取ext信息? EMGroupManager里也只能更新
I have multi tabs and different titleView for different tab. but I have set a custom titleView and switch to another tab, this custom titleView will always there, and cover...
如何获取tap的坐标?
如题,要多滑几下才有方向出来
Uncaught TypeError: Cannot read property 'bind' of undefined ``` var AlloyFinger = function (el, option) { el.addEventListener("touchstart", this.start.bind(this), false); el.addEventListener("touchmove", this.move.bind(this), false); el.addEventListener("touchend", this.end.bind(this), false); el.addEventListener("touchcancel",this.cancel.bind(this),false); ``` 是这里的start报的
如果你们做自定义代理器,要注意库里的代码有一处有问题, `Toplan\PhpSms\Sms.php`的`289行`开始 代码是: ``` if (!empty($options)) { self::$agents[$name] = new ParasiticAgent($config, $options); } elseif (class_exists($className)) { self::$agents[$name] = new $className($config); } else { throw new PhpSmsException("Not support agent `$name`."); }...
can this lib working with redux-router?
怎么往表里导入sql文件?