apache / incubator-weex

Apache Weex (Incubating)
https://weex.apache.org
Apache License 2.0
13.75k stars 1.81k forks source link

[Android][Dev-tool] function onRenderSuccess did not work when start a weex page where weex version is 0.26.0 #3287

Open Victoriayangx opened 4 years ago

Victoriayangx commented 4 years ago

Describe the bug

Issue: When start a new Weex page:

  1. with version 0.26.0 , the method onRenderSuccess did not work
  2. with version 0.20.0/0.24.0, the method onRenderSuccess work fine.
  3. with verision 0.28.0, the page shows white screen(For the issue: https://github.com/apache/incubator-weex/issues/3013,**For this issue,we want to know do you have any release plan to solve the white scrren issue?**)

Method " onRenderSuccess" should be called by Method "callRenderSuccess" in File WXBridge.js, but on version 0.26.0, callRenderSuccess did not work!!

图片

What We Want

we just want to know why with weex version 0.26.0,the function onRenderSuccess did not work.

Environment

Reproduce

you can reproduce on any Simple Weex Demo. And please add below code to your build.gradle file which under app folder. ndk { abiFilters "armeabi-v7a" }