Remix.run Logo
mgaunard 2 days ago

Deploy your own platform -- if need be built on top of other (unreliable) platforms.

panstromek 2 days ago | parent [-]

Our website codebase contains a workaround for a bug in native Android file picker in Samsung One UI. How are you supposed to solve this by "deploying your own platform?"

mgaunard 2 days ago | parent [-]

By decoupling your application logic from your UI toolkit.

panstromek 2 days ago | parent [-]

So, when operating system gives you invalid file, it magically becomes valid, because your UI code is in a different file. Sure, that sounds plausible.