PLGuerraDesigns / portfolio

Portfolio website powered by Flutter
https://plguerradesigns.github.io/portfolio/
1 stars 0 forks source link

AMBOTS Inc. Prof. Exp. Page Crashing on iOS #17

Closed PLGuerraDesigns closed 3 months ago

PLGuerraDesigns commented 3 months ago

Issue:

Additional Notes:

Video showing issue:

https://github.com/user-attachments/assets/724ffad4-da0f-4ea8-a870-012f82cd0ed5

Possibly a caching issue? Maybe reduce the image dimensions? Try loading the images as a NetworkImage instead of AssetImage?

PLGuerraDesigns commented 3 months ago

Potentially useful resources:

[Web] App crashes on safari on iOS when loading large images [web]: UI freezes and crash the iOS browser [Web, Mobile browser] Due to some error, the webapp crashes and the mobile browser reloads the entire page.

PLGuerraDesigns commented 3 months ago

The issue was resolved by resizing all images to a maximum side length of 1080px.🙃 I wish I had tried this months ago. But I am happy it's officially fixed.

I will proceed to resize all images to improve performance.