ajones05 / seearound.me-ionic

0 stars 0 forks source link

White screen issue #186

Closed ajones05 closed 7 years ago

ajones05 commented 7 years ago

When returning to List view after saving from "edit post," the navigation is visible at the top, but everything else is blank until I try to move up or down. This doesn't seem to happen every time, but relatively often.

abdulhafeez commented 7 years ago

I have tried to fix it by scrolling to top when coming back from edit view. Not happening for me.

ajones05 commented 7 years ago

OK I'll test with the nest build and give further details if it persists.

ajones05 commented 7 years ago

I found the issue: If you scroll down on List View past original posts (so it loads additional posts), then go to another screen (like map view or new post), and then back to List View - then anything below the original posts will appear blank. Often this just looks like a white screen at first, until you try to move up or down. Here's a video: https://www.dropbox.com/s/o6ap0kmmie16d3u/list%20view%20blank%20screen%20bug.mov?dl=0

abdulhafeez commented 7 years ago

Looks like the posts are not being 'applied' which means they are not refreshed by angularjs mechanism. I have made the appropriate changes. That should fix it.

ajones05 commented 7 years ago

I'm still getting this issue

If you scroll down on List View past original posts (so it loads additional posts), then go to another screen (like map view or new post), and then back to List View - then anything below the original posts will appear blank. Often this just looks like a white screen at first, until you try to move up or down. Here's a video: https://www.dropbox.com/s/o6ap0kmmie16d3u/list%20view%20blank%20screen%20bug.mov?dl=0

abdulhafeez commented 7 years ago

Ok, basically it was fixed by disabling view cache but that produced other bugs. So, now I'll try to find some alternative solution.

abdulhafeez commented 7 years ago

Fixed.