jinfeng

Results 2 issues of jinfeng

初始化Swpier时,如果images长度为0,当网络请求回来时刷新时,images长度>0,此时就会出现快速滑动现象。 这个问题出现的原因是pageController的初始化`initialPage=kMiddleValue`一个很大的数,,但此时的itemCount=0。 解决: 在 **transformer_page_view.dart** 文件下 ```dart static int _getRealIndexFromRenderIndex( int index, bool loop, int itemCount, bool reverse) { int result = reverse ? (itemCount - index - 1) :...

**Describe the bug** I found a problem, the same glb, previewed in edit mode, and dragged into the scene, the model behaves normally, but the dynamically loaded glb behaves abnormally....

bug