One thing I’ve learned recently is that if you have multiple PWAs on the same host, but different ports, then that won’t work well on mobile. Somehow Android ignores the port (even though that’s part of the same origin definition).
One thing I’ve learned recently is that if you have multiple PWAs on the same host, but different ports, then that won’t work well on mobile. Somehow Android ignores the port (even though that’s part of the same origin definition).