I'm creating React app which will be implemented on webview from some other app. I need to create a button, onClick it will be open default map application on the phone, with pinned provided adress. I found nothing about it. Could someone help me please?
Asked
Active
Viewed 20 times
0
-
See here: https://stackoverflow.com/questions/9688607/how-to-open-a-mobile-devices-map-app-when-a-user-clicks-on-a-link – TomS Feb 28 '22 at 14:20
-
1thank you! this article was very helpful https://medium.com/@colinlord/opening-native-map-apps-from-the-mobile-browser-afd66fbbb8a4 – CodeAxe Mar 01 '22 at 13:01