ChenCong

Results 12 issues of ChenCong

比如我需要判断语言环境?怎么在formatter里面去调用flutter的方法呢?

### 问题出在哪个包 @taroify/core ### 问题出在哪个平台/设备/浏览器 微信小程序 ### 平台/设备/浏览器 微信开发工具,华为meta20手机,iphone7 ### 你正在使用的 Taroify 版本是多少 3.4.8 ### 描述一下您遇到的问题以及重现步骤 ` goBack}> {title} {children} ` iphone7真机调试效果 ![8fd81c6f03b278b84d7ccbefeada156](https://user-images.githubusercontent.com/9612078/168414196-074cbe13-e907-4b57-9ea1-c20388cff478.jpg) 华为meta20调试效果 ![7061e40f15ebf7d161a2aab8aae5b49](https://user-images.githubusercontent.com/9612078/168414201-fae41071-6f79-4d42-b950-839b994c4e50.jpg) 模拟器调试效果 ![image](https://user-images.githubusercontent.com/9612078/168414229-5c527edc-60cc-410f-abaf-23f471fab259.png) ### 如果可能的话,请包含一个代码框的链接与复制的问题 _No...

bug: need confirm

框架什么时候支持大于20字节数据的发送呢?

enhancement

flutterSDK: 1.19.0-4.3.pre `FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:generateDebugBuildConfig'. > org.xml.sax.SAXParseException; systemId: file:/D:/workspace/code/flutter_app/flutter_eoms_app/eoms_app/android/app/src/main/AndroidManifest.xml; lineNumber: 107; columnNumber: 54; ��Ԫ������ "meta-data" ����������� "tools:replace" ��ǰ׺...

### Clear and concise description of the problem vue-xrender 能支持nuxt服务端渲染嘛? ### Suggested solution vue-xrender 能支持nuxt服务端渲染嘛? ### Alternative _No response_ ### Additional context _No response_ ### Validations - [X] Follow our...

### What problem does this feature solve?(这个功能解决的问题) 使用自定义标签栏,并开启了title-scroll,标签栏无法自动滚动。 ### What does the proposed API look like?(期望的 API) 期望可以提供一个 scrollTo 的方法,滚动到指定的标签页;参考 https://vant-ui.github.io/vant/#/zh-CN/tab#tabs-fang-fa

Feature Request
PR Welcome

### 这个功能解决了什么问题? ![image](https://github.com/jdf2e/nutui/assets/9612078/7133a8c4-c5dc-4250-bd56-913d9eac61cc) 希望能和上面input框等宽,这种需求应该是比较常见的 ### 你期望的组件设计是怎样的? // 获取宽度 ` const getContentWidth = () => { let rect = useRect(popoverRef.value); if (props.targetId) { rect = useRect(document.querySelector(`#${props.targetId}`) as Element); } rootRect.value =...

Feature Request
PR Welcome

index.ts:8 mobx-persist-store: GlobalStore does not have a valid storage adaptor. * Make sure the storage controller has 'getItem', 'setItem' and 'removeItem' methods."