boynet / Framework7-Indexed-List-plugin

This plugin is for Indexed-List scroll like iOS have (and Android)
https://boynet.github.io/boynet/
MIT License
50 stars 13 forks source link

IOS bug when repaint view #14

Open Xiangfs opened 7 years ago

Xiangfs commented 7 years ago

when i moving the finger through the letters, the view actually scrolls into the letter area, but it shows nothing on screen. Then i use the developer tool of safari to find whether the element is still on the screen or not, and the result is yes, is just something gets wrong when ios system repaint the view. When i trying to scroll the screen, the elements shows up again! I just want to know how to deal with this issue, otherwise, everything goes well on android.

Xiangfs commented 7 years ago

the following pictures are the situations when i moving my fingers through the letters.

img_1437img_1438img_1436

boynet commented 7 years ago

Hi does it also happen on the demo page? https://boynet.github.io/boynet/

Xiangfs commented 7 years ago

No, it only happens in real phone, i think something goes wrong with my elements' levels and css style, but i can't find the differents between our css style and elements' level. I'll try it on my simulator to see whether it happens or not on simulator and tell you later.

boynet commented 7 years ago

Hi any results? I know this kind of bugs is usually gpu memory problem

Xiangfs commented 7 years ago

till now, there has no one who goes through with the same issue ? Because i haven't see any issues about the situation that i deal with. So, if you now the main reason, do you have some solution to resolve this problem? I tried many methods, but got no one which can fix it.

boynet commented 7 years ago

can you upload some demo where this bug happen?

Xiangfs commented 7 years ago

It's a pity that our app only works on our wi-fi environment, even if I upload our app, you can't login and see the problem too.