Oct 13, 2024
0
Level 63
Link to GMaps works on computer but not on smartphone
Hello,
I have a link like this one.
<a href="{{ $location->google_maps_url }}" target="_blank">{{ $location->name }}</a>
$google_maps_url looks like this.
https://www.google.com/maps?q=Centre+Social+de+Marmiers%2C+8+bis+Rue+Georges+Clemenceau%2C+15000%2C+Aurillac%2C+France
When I click on the link from a computer, it works fine, a new page is open with the right location pointed in Google Maps.
When I click on the link from a smartphone, a new page is open with Google Maps without any location pointed.
Why this behavior difference between computer and smartphone ?
Any idea to solve this ?
Thanks a lot.
V
Please or to participate in this conversation.