정보기술/일반

How to add Google Maps bookmark as a fullscreen app in iOS6

fermi 2012. 9. 27. 16:59

1. Copy following codes and paste in the address bar of Safari in your iPhone or iPad.

2. Add bookmark to Home Screen

3. Enjoy Google Maps in fullscreen mode.


Reference: http://d.hatena.ne.jp/moto_maka/20120925/1348516281 (in Japanese)


What I changed from original:

- Change Google Maps JP to US

- Better icon


data:text/html; charset=UTF-8, <title>Google Maps</title><META name="apple-mobile-web-app-capable" content="yes"><link REL="apple-touch-icon" href="http://mag.torumade.nu/wp-content/uploads/2012/09/google_map_torumade.png"><script>if(window.navigator.standalone){location.href="https://maps.google.com/";}else{document.write("홈 화면에 추가")}</script>