While testing the Google Maps API on different browsers and devices, I encountered issues with Windows Phone. It turns out that Google Maps is not supported on Windows Phones, resulting in errors.
How can I set it up so that instead of displaying the map API on a Windows Phone, it shows an image of the map?
For example, on Windows Phone it should display:
<div><img src="map.png"></div>
But for other devices, it should utilize the API like this:
<div id="map_canvas"></div>
Thank you for your assistance!