码农朱哲

Results 19 comments of 码农朱哲

我用nanohttpd解决了,核心代码如下 ```kotlin private fun respond(headers: Map, file: File): Response { var res: Response? val inputStream = FileInputStream(file) var mimeType = H5FileUtil.getMimeType(file) if (mimeType.isNullOrBlank()) { mimeType = "application/octet-stream" } var startFrom:...

> @chenshuai2144 我安装了6.2.2版本,有bug,重新启动项目后,导航的顶部导航栏和侧边导航栏一致,且顶部没有选中,然后再点击一下导航栏恢复正常 > > ![1](https://user-images.githubusercontent.com/26077292/87011810-fbe07f00-c1fa-11ea-9bd0-575ff595dbf0.png) > > 他原本应该是: > ![image](https://user-images.githubusercontent.com/26077292/87012282-a35db180-c1fb-11ea-8651-e8995f0bb0a0.png) > > 但是导航栏渲染的问题是正常的了。 同样遇到了,直接运行的master中的example

推荐一款动画库 [moti](https://github.com/nandorojo/moti)

https://github.com/snice/easy-weex-demo 我这个集成了当下所有的第三方weex 组件库,都是OK的

需要写插件才行,我这边写过

> 目前官方没有支持,就看未来是否支持。能自己写就自己写,业务不等人。

> 大概什么时候支持呢?