Closed AAverin closed 3 years ago
I have a similar issue. Returning back to the app from IOS maps crashes the app for me on IOS version (14.4). Launcher does not work (does not initiate IOS maps) on IOS version (14.3)
+1 @pikaju
You can workaround by setting forceSafariVC: false
The real cause is that something is blocking the thread, for me it was another buggy widget on the screen.
When you return back after launching a map url, app can't resume because something is using the thread already and locked it.
Try debugging your and url_launcher to see if this is the cause
Unfortunately, I don't have any logs. The app just freezes completely when returning back from iOS maps.