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

会支持harmony系统吗?

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

framework: android
driver: js
renderer: native
size: s

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

stale: 60d
driver: js
doc: example
size: xl

**Describe the bug** 升级 3.0 后,自定义控件高度一直为 0,在 createRenderNode 的时候打印前端传过来的 Props 里面高度是有的,Debug 发现在NativeRenderProvider中的以下方法中,解析出来的 list 高度直接为 0,导致后面步骤获取出来的值也是 0: @CalledByNative public void callUIFunction(int rootId, int nodeId, long callbackId, String functionName, byte[] buffer) {...

Android 代码: hippy 版本:2.17.2 hippy 代码 vue-next HippyView 继承自LinearLayoutCompat,在调用hippyRootView = hippyEngine.loadModule后,把hippyRootView添加HippView里面。 此时只显出来一个HippyView,占满了父容器的高度。没有实现自适应。 hv1、hv2设置固定高度则都可以显示 。 iOS通过sizeFlexiblity、rootViewDidChangeIntrinsicSize,使用同一套hippy代码,可以自适应,安卓怎样实现自适应呢?

**Is your feature request related to a problem? Please describe.** 现在遇到一个问题,通过一个类方法去创建另外一个类时,子对象需要有个属性指像创建对象。 > 但现在的设计下,没有办法做到 ```js let mediaElemenet = new MediaElement(); mediaElement.maxSize = 2000; let context = mediaElement.getContext(); context.element.maxSize; ``` **Describe the...

stale: 30d

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

framework: android
framework: ios
driver: js
renderer: native
module: vfs
doc: pages
size: xl

**Describe the bug** 用户进入 Hippy 页面后,会偶现崩溃,目前已经排到我们崩溃榜第一,版本是 3.3.0,之前版本是 2.17.2,为新增崩溃,发生再 ViewGroup 中 崩溃堆栈如下: Fatal Exception: java.lang.IllegalArgumentException: parameter must be a descendant of this view at android.view.ViewGroup.offsetRectBetweenParentAndChild(ViewGroup.java:7024) at android.view.ViewGroup.offsetDescendantRectToMyCoords(ViewGroup.java:6946) at android.view.ViewGroup$ViewLocationHolder.init(ViewGroup.java:9933) at android.view.ViewGroup$ViewLocationHolder.obtain(ViewGroup.java:9814)...

stale: 30d

仓库里的Android 部分的 demo 都是通过加载js文件去初始化打开一个完整页面,请问Hippy项目目前支持将单个组件接入到我们已有的Activity中吗?

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