The background color is obscured when H5 app scrolls under IOS

problem description

the environmental background of the problems and what methods you have tried

as shown in the figure, when you pull down the body area under IOS, the background color of the Header component of fixed at the top is obscured by the scrolling area below;
this is illogical!

related codes

/ / Please paste the code text below (do not replace the code with pictures)
.hony-header {
position: fixed;
top: 0;
left: 0;
height: rem (88);
width: 100%;
zmi index: 999;

what result do you expect? What is the error message actually seen?

this should be a question of IOS compatibility, you don"t know what good ways to do it?

May.29,2021

z-index set


this problem should be the conflict between web sliding and native sliding. We have done mixed applications before and found this kind of problem. Just disable the native sliding. You can try

.
Menu