When I load matchflix.ch on my phone, the installed app shows a different version than when I open the site in the phone browser. How can this be?
I know that a service worker is in place for offline mode / caching. However, the web app should behave the same in the browser and in the installed web app, since in the service worker I only listen to the fetch event and do nothing on the install event.
You can check the difference by showing infos of a movie and then click on the yellow play icon. In the new version, it should show something below, while in the old version, a new website opens.
After a few hours, somehow, the version in the app is now the same as in the browser (as it should be). Still don't understand it really, but so far, the problem seems to be solved...