mattermoran / map_launcher

Flutter plugin for launching maps
MIT License
259 stars 117 forks source link

ShowDirections method not working on ios 16.4.1 and Google Maps #146

Closed SherpaMiguel closed 1 year ago

SherpaMiguel commented 1 year ago

ShowDirections is working well on Apple Maps but not on Google Maps. It opens the browser although Google Maps app is installed.

EDnny12 commented 1 year ago

add this in Info.plist file:

LSApplicationQueriesSchemes comgooglemaps baidumap iosamap waze yandexmaps yandexnavi citymapper mapswithme osmandmaps dgis qqmap here-location tomtomgo
SherpaMiguel commented 1 year ago

My fault. Restarting iphone did the trick. Sorry.