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
60 stars 43 forks source link

Apple Maps will open in app browser first #38

Open davidnext opened 6 months ago

davidnext commented 6 months ago

When initiating a location request within the Flutter application using Apple Maps, the current behavior involves the URL being opened within an in-app browser. Ideally, the desired outcome is to directly launch the Apple Maps app instead of utilizing an intermediary browser.