flutter-maps-launcher icon indicating copy to clipboard operation
flutter-maps-launcher copied to clipboard

PlatformException after opening maps on IOS

Open mirco-dlab opened this issue 9 months ago • 5 comments

When using MapsLauncher.launchQuery() the Maps app opens correctly with the position but in background a PlatformException is triggered. The throwing method is _failedSafariViewControllerLoadException() of url_launcher_ios package.

Versions: maps_launcher: 2.2.1 url_launcher: 6.2.6 url_launcher_ios: 6.2.5

mirco-dlab avatar May 22 '24 13:05 mirco-dlab