Hippy icon indicating copy to clipboard operation
Hippy copied to clipboard

Hippy is designed to easily build cross-platform dynamic apps. 👏

Results 135 Hippy issues
Sort by recently updated
recently updated
newest added

缺少更好的无障碍支持,如常见的accessibilityRole、accessibilityState: https://reactnative.cn/docs/accessibility.html

**Is your feature request related to a problem? Please describe.** 现阶段不支持异步异常捕获 **Describe the solution you'd like** 实现类似node端的process.on('unhandledRejection', cb),强化 hippy 错误监控能力 **Describe alternatives you've considered** A clear and concise description of...

enhancement

# Pre-PR Checklist - [x] I added/updated relevant documentation. - [x] I followed the [Convention Commit](https://conventionalcommits.org/) guideline with maximum 72 characters to submit commit message. - [x] I squashed the...

enhancement
android
ios
demo
dependencies
core
driver
flutter
js
stale

如题,不一定合理,但要是支持的话~

question
android

比如css下的一个字体 @font-face { font-family: tencent-number; src: url('https://qzonestyle.gtimg.cn/qzone/qzact/act/external/curry/tencent-number.ttf'); font-weight: 400; font-style: normal; } 希望能支持src属性,加载远端下载的字体

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...

android

描述: 在Android下,文本缩略的时候,如果末尾是emoji,会有编码缩略异常。 如图: ![image](https://user-images.githubusercontent.com/8816884/130921082-f540070f-3b17-4884-a034-857e597a88f9.png) 这里猜测是unicode截断了。 麻烦官方修复下,感谢。

bug
android

It's manual as default redirect mode so far, but it's a mistake. Should be 'follow'. https://fetch.spec.whatwg.org/#concept-request-redirect-mode Before submitting a new pull request, please make sure: - [ ] Test cases...

bug
android
ios
stale