Open up Apple Maps instead of maps.google.com in IOS

This commit is contained in:
root
2019-03-30 15:44:14 -04:00
parent 34e6dde43b
commit f50bace9e9
4 changed files with 15 additions and 3 deletions

View File

@@ -28,7 +28,7 @@
?>
<tr>
<td><?php echo "$client_location_name"; ?></td>
<td><a href="https://maps.google.com?q=<?php echo "$client_location_address $client_location_zip"; ?>" target="_blank"><?php echo "$client_location_address"; ?></td>
<td><a href="//maps.<?php echo $session_map_source; ?>.com?q=<?php echo "$client_location_address $client_location_zip"; ?>" target="_blank"><?php echo "$client_location_address"; ?></td>
<td><?php echo "$client_location_phone"; ?></td>
<td>
<div class="dropdown dropleft text-center">