How We Solved the MacVG 2.0 Progress Lost Issue

12/20/2023

We recently decided to embed all games using iframes so users can have more games on the screen, more control, and extra features. With the new 2.0 update, we introduced a brand-new UI for each game page and updated URLs and links for each game.

At first, we placed the game HTML files with the new UI outside the original parent folder for the games. This caused local storage access issues due to browser cross-origin problems, resulting in game progress resets. So, we moved the refreshed HTML files inside the games' folders to avoid cross-origin issues and make sure your progress is saved.

Thanks to this change, your game progress is safe and sound. Enjoy your uninterrupted gaming experience!