@Ldebeasi wrote:
Hi there,
I'm trying to implement some state changes in my Ionic application; however, I'm noticing a very significant delay (~5 seconds) after tap and before state change animation. I have a list of images, and tapping each image will change state. In total, I have about 10 images visible on the screen (visible, but not necessarily in the viewport).
The issue that I'm having runs like this:
Tap image -> Delay/Freeze for 5 seconds (sometimes the Back button appears) -> state change animation -> new state. The same thing happens going back to the main screen from the new state. I've identified the culprit to be the images that are slowing down the page; however, shouldn't Ionic be able to handle a few images on the screen without any slowdown?
Anyone have any idea as to how to handle images + state changes? Thanks in advance!
Posts: 2
Participants: 2