05-17-2025 07:21 AM
I’ve recently been testing a few sideloaded iOS apps using iOS sideloading tool, and I've noticed something strange when using Firefox on iOS. Some app-linked webviews or browser-based functions like OAuth logins and embedded media aren’t rendering properly — they either break or behave inconsistently compared to Safari.
This seems to happen mostly when the app relies on in-app browsers or redirects through Firefox. Safari works fine in the same scenario, so I'm wondering if Firefox is more restricted when interacting with sideloaded apps or if it's an iOS-level issue.
Has anyone else run into this? Could it be due to WebKit limitations, or does Firefox just handle certain embedded contexts differently?
Appreciate any insights or similar experiences!
07-15-2025 02:52 AM - edited 07-16-2025 09:10 PM
I’ve actually noticed similar quirks when testing sideloaded apps that use external web-based components on iOS.
From what I understand, all iOS browsers — including Firefox and Chrome — are still required to use Apple’s WebKit engine under the hood, so in theory, rendering should be pretty consistent across the board. But in practice, Firefox on iOS sometimes does behave differently, especially when it comes to embedded views and redirect handling.
I’ve run into issues with OAuth flows not completing properly when a sideloaded app opens them via Firefox instead of Safari. It seems like Firefox doesn’t always handle certain cookies or session storage correctly in those contexts — especially when jumping between in-app browsers and external tabs. My guess is that it's partly due to how tightly Apple locks down app-to-app communication and how limited browser extensions or advanced networking are on iOS.
One workaround that helped me: try forcing the app to open links in Safari rather than relying on Firefox’s in-app webview. You can sometimes tweak that using settings in the sideloading tool (AltStore, Scarlet, etc.) or by modifying the app’s Info.plist before signing.
If you're exploring sideloading tools, the Scarlet iOS App Store is definitely worth a look. It provides a smoother UI and better support for advanced features compared to some alternatives. You can learn more at scarletapps.com.