2012-04-02 2 views

Antwort

0

iPhone HTML link to maps.google.com that opens page in Mobile Safari, not Maps App

ich auf diese gestolpert und konnte die erste Antwort verwenden, für ipad2 zu lösen. (IOS5). Mir ist klar, dass es nicht das ist, was gefragt wurde, aber es könnte trotzdem helfen und es war nützlich.

wiederholen:

VB.net:

Dim GMaps as string = "maps.google.com" 
Dim addressList as System.Net.IPAdress() = System.Net.DNS.GetHostAddresses(GMaps) 

aURL = "http://" & addressList(0).ToString & "/maps?q....... 
Verwandte Themen