On the H5 mobile side, the list page slides, the Android machine displays a white screen, and then the data comes out (the list data has already been loaded)

the list on the mobile side is refreshed and loaded, because the UI controls used in the team are inconsistent, resulting in different effects. The list is refreshed and loaded by refreshing and loading in mint-ui. I took this out separately and used it as a component, but I found in app that when the list slides, the list will appear white, and then the data will come out (test phone is: Huawei Mate8), iOS is normal, If you are browsing it, there will be a small piece of white at the bottom, which is acceptable.
Note: the list data is loaded and only slides, but the white screen occurs

Mar.07,2022

it should be no problem to enable hardware accelerated rendering via css
such as this

transform:translateZ(0deg)

is written to the container element of the scrolling list, and there are many more css for the similar effect of
.


has the landlord solved it? I have the same problem

.
Menu