Skip to content

FUT Forge Android 1.0.13

Choose a tag to compare

@alespina98 alespina98 released this 20 Aug 11:04
89e416c

Android back gesture fix: EA's own navigation controller (UTGameFlowNavigationController) exposes no public viewControllers stack and never uses the browser History API, so the previous heuristics for detecting in-page history were unreliable and back could restart the whole app instead of navigating EA's screens. Back now uses EA's own getPreviousController()/popViewController(true) - the same signal EA's native back action relies on - confirmed working across multiple EA screens on a real device: navigates back through EA's screen stack correctly, and at the true root sends the app to the background (instead of finishing the Activity) so the WebView and session survive for the next foreground, with no restart, reload, or splash. Confirmed on a real device.

Preserves the 1.0.12 adaptive safe-area handling, the Sign Up / Forgot Password click fix, and the 1.0.11 post-install-loop fix and updater diagnostics, all untouched.

versionCode 14.