相甫

Results 10 issues of 相甫

jsbundle现在20M,然后每次安卓机打开就像在重新加载一样,导致每次启动白屏很久

请问一下支持增量更新吗

iOS在xcode11里面改了一下,运行起来了,安卓运行不起来 ![image](https://user-images.githubusercontent.com/20138139/84325698-ed785680-abad-11ea-9079-21dbd997cb55.png)

有些时候显示的不是想要的,比如展示name,要id或者其他,是否像ant那样可以支持以下的数据结构,选择的时候返回{ label: '周一', value: 'Mon' }这个每一项整体 ``` export const basicColumns = [ [ { label: '周一', value: 'Mon' }, { label: '周二', value: 'Tues' }, { label: '周三', value: 'Wed'...

### Reproduction link [https://apihome.guojutech.net/filereso-api/oss/file/viewFile?fileId=931F0BC5772C4D0AA67E2264D99AC066](https://apihome.guojutech.net/filereso-api/oss/file/viewFile?fileId=931F0BC5772C4D0AA67E2264D99AC066) ### Steps to reproduce tabs组件在安卓上面初始化为第一个选项,点击上面的第二个选项切换,然后用手势左滑,在重复一次,会看到下面的页面切换了,但是头部没有切换 ### What is expected? 期望正常显示 ### What is actually happening? tabs组件在安卓上面初始化为第一个选项,点击上面的第二个选项切换,然后用手势左滑,在重复一次,会看到下面的页面切换了,但是头部没有切换 | Environment | Info | | --- | --- |...

let printValue = encoder.text("中国").encode()

![image](https://user-images.githubusercontent.com/20138139/59972783-ef758e00-95c7-11e9-8ecc-fb154f55ee67.png)

Follow the example code Codepage in readme.md ``` let result = encoder .codepage('windows1251') .text('Iñtërnâtiônàlizætiøn') .codepage('cp936') .text('简体中文') .encode() ``` Uncaught Error: Codepage not supported by printer