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

Before submitting a new pull request, please make sure: - [ ] Test cases have been added/updated for the code you will submit. - [ ] Documentation has added or...

core/layout
still-in-working
stale

**Describe the bug** BorderRadius doesn't work for gifs on Android devices. **To Reproduce** 1. BorderRadius doesn't work with the following code: 2. However, after adding overflow: "hidden", the borderRadius works...

bug
android

# 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...

bug
ios

# 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...

### Version 2.14.7 ### Platform Android ### Architecture arm64 ### Logs Build fingerprint: HONOR/PCT-AL10/HWPCT:10/HUAWEIPCT-AL10/10.1.0.162C00:user/release-keys Revision: 0 ABI: arm64 time: 2022-10-12 14:56:23 pid: 32042, tid: 3288, name: hippy-js-Thread >>> com.tencent.fortuneplat

# 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...

**Describe the bug** 通过@hippy/web-renderer将hippy组件,在react框架(也可以通过setInterval)下进行渲染,会重复在head标签中添加重复的style标签 **To Reproduce** 可在 https://github.com/Tencent/Hippy/tree/master/examples/hippy-react-demo 中进行复现。 点1和点2步骤,是为了方便复现,可直接复制粘贴 1. 改造./src/main.web.js,模拟动态渲染 ```javascript // ./src/main.web.js import { HippyWebEngine, } from '@hippy/web-renderer'; import './main.js'; const engine = HippyWebEngine.create({ modules: {}, components:...

# 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...

bug
documentation
enhancement
android
demo
js

**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...

# 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
driver
js
framework