kreativa Member Licensed User Longtime User Oct 21, 2015 #1 Hi, i Have to call ios maps from my app to create an itinerary. How i can do to open an external app on ios? thanks
Hi, i Have to call ios maps from my app to create an itinerary. How i can do to open an external app on ios? thanks
Erel B4X founder Staff member Licensed User Longtime User Oct 22, 2015 #2 You can show an inline map with iGoogleMaps: https://www.b4x.com/android/forum/threads/googlemaps-tutorial.47019/#content You can open an external map with App.OpenURL. See this link: https://developer.apple.com/library...oneURLScheme_Reference/MapLinks/MapLinks.html Upvote 0
You can show an inline map with iGoogleMaps: https://www.b4x.com/android/forum/threads/googlemaps-tutorial.47019/#content You can open an external map with App.OpenURL. See this link: https://developer.apple.com/library...oneURLScheme_Reference/MapLinks/MapLinks.html