Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8553713
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T14:42:58+00:00 2026-06-11T14:42:58+00:00

My mobile web apps use a map link which automatically starts the mapping features

  • 0

My mobile web apps use a map link which automatically starts the mapping features of Android or iPhone by simply linking to “maps.google.com/maps?q=[something]”. iOs 6 comes out, the links stop working, because Apple wants us to use “maps.APPLE.com”. So now I have to specially detect iOs 6 and swap out links.

Is there a clean way to open the device/native mapping app from a mobile web app that works on Android, iOs 6, and iOs pre-6, since iOs 6 nerfed it?

Turns out ANYTHING you send to “maps.apple.com” gets forwarded to “maps.google.com”!

Both these links go to the same place

http://maps.google.com/maps?q=New+York

http://maps.apple.com/maps?q=New+York

Recently updated documentation on Apple dev site…
http://developer.apple.com/library/ios/#featuredarticles/iPhoneURLScheme_Reference/Articles/MapLinks.html#//apple_ref/doc/uid/TP40007894-SW1

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T14:43:00+00:00Added an answer on June 11, 2026 at 2:43 pm

    I tried this on my iPhone and maps.apple.com does launch the new Apple Maps app (however I only typed it into the address bar). When I followed the same link on my iMac using Chrome I was redirected to maps.google.com. I believe this is intentional on Apple’s part. If you are targeting iPhones with iOS 6 then you’ll want to switch from google.com to apple.com. It should be seamless.

    [CONFIRMED – this works on my iPhone with iOS 6.0 – I no longer have a iOS 5.x device to confirm that this redirects on a previous version of iOS. It does do the redirect in Safari, but it is broken in the iPhone Simulator]

    // javascript snippet to detect ipad/iphone OS version - these are notoriously fragile, use at your own risk :)
    function getOsVersion() {
    var osVersion = window.navigator.userAgent.match(/(ipad|iphone);\s+cpu\s.*os\s+([_0-9]+)/i);
    if (osVersion && osVersion.length === 3) {
        return Number(osVersion[2].replace('_', '.'));
    }
    
    return 0;
    

    }

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am developing a mobile web application (for iPhone & Android) with a local
I have to write some web services to support some mobile apps (Android and
I am developing a Restful Web Service using Jersey between my Android, iPhone apps
I'd like to know which framework you use to create mobile web applications that
I have a jquery mobile web app. On my iPhone when I am on
Hi there Im new to mobile application development. I had developed Android apps using
I've worked with JqueryMobile to build HTML5 mobile apps. I use a cache manifest
New-style status messages (as in mobile apps and web interface) have new properties e.g.
I'm making some Google earth web apps at the moment that use the ge
I want to delve in to mobile applications, specifically Android apps (I am an

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.