pikaju / flutter-maps-launcher

Simple Flutter package to open the maps application (or browser) on all platforms.
https://pub.dev/packages/maps_launcher
MIT License
61 stars 47 forks source link

Freeze when returning back to the app on iOS #17

Closed AAverin closed 3 years ago

AAverin commented 3 years ago

Unfortunately, I don't have any logs. The app just freezes completely when returning back from iOS maps.

shantaly commented 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)

alymoursy commented 3 years ago

+1 @pikaju

AAverin commented 3 years ago

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