Title: [Plugin: Basic Google Maps Placemarks] Iphone and Ipad layout
Last modified: August 20, 2016

---

# [Plugin: Basic Google Maps Placemarks] Iphone and Ipad layout

 *  Resolved [crosscheck4](https://wordpress.org/support/users/crosscheck4/)
 * (@crosscheck4)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-basic-google-maps-placemarks-iphone-and-ipad-layout/)
 * First off GREAT plugin!
 * I am having a small issue on a full size map 900px x 550px. When viewing on the
   ipad and iphone the page doesn’t shrink down to the browser size as it does on
   all the other pages. It appears to stay the width of the content area and breaks
   the theme. If I can figure out what is causing that I will post back. I checked
   on the demo washingtonchurches.net and got the same results as well. To see what
   is going on just navigate between the map and directory page on the demo.
 * Also I read in a previous post that the plugin doesn’t support geo location….
   I would be interested in that!
 * Thanks for this awesome them. Please let me know if you come across anything 
   and if I can figure it out I will be sure to post back.
 * [http://wordpress.org/extend/plugins/basic-google-maps-placemarks/](http://wordpress.org/extend/plugins/basic-google-maps-placemarks/)

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Plugin Author [Ian Dunn](https://wordpress.org/support/users/iandunn/)
 * (@iandunn)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-basic-google-maps-placemarks-iphone-and-ipad-layout/#post-2582549)
 * It does that on purpose by adding this meta tag to the <head> section of the 
   page:
 *     ```
       <meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
       ```
   
 * The reason is that zooming get screwed up by mobile browsers shrinking the map.
 * If you want to remove it, you can put this code in your theme or a functionality
   plugin:
 *     ```
       function removeBGMPHead()
       {
       	global $bgmp;
       	remove_action( 'wp_head', array( $bgmp, 'outputHead' ) );
       }
       add_action( 'after_setup_theme', 'removeBGMPHead' );
       ```
   
 *  Thread Starter [crosscheck4](https://wordpress.org/support/users/crosscheck4/)
 * (@crosscheck4)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-basic-google-maps-placemarks-iphone-and-ipad-layout/#post-2582552)
 * Nice! Worked great, Thank You!
 *  [Johnny711](https://wordpress.org/support/users/johnny711/)
 * (@johnny711)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-basic-google-maps-placemarks-iphone-and-ipad-layout/#post-2582696)
 * Hey Ian I am having the same problem. I used the snippet you just gave. I works
   great on my iPad. The iPhone now resized the map but breaks up my place marks
   and map.
 * [http://www.sandiegona.org/northcoastal/tuesday-meetings/](http://www.sandiegona.org/northcoastal/tuesday-meetings/)
 * Great plugin by the way. Of course like crosscheck above geo tagging would be
   awesome.
 *  Plugin Author [Ian Dunn](https://wordpress.org/support/users/iandunn/)
 * (@iandunn)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-basic-google-maps-placemarks-iphone-and-ipad-layout/#post-2582697)
 * Hi Johnny, I think that that’s to be expected. The reason the plugin prevents
   re-sizing the map by default is to avoid issues like that. Google recommends 
   forcing the map to stay the original size on mobile devices, and they has an 
   app specifically for iPhones, so I don’t think they intend the regular full-sized
   maps to be viewed from mobile devices.
 * I’m not aware of a good way to work around that for embedded maps like the one
   BGMP produces.
 *  [jwing11](https://wordpress.org/support/users/jwing11/)
 * (@jwing11)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-basic-google-maps-placemarks-iphone-and-ipad-layout/#post-2582752)
 * Ian, thank you it worked, the problem was I had removed the meta viewport tag
   but hadn’t added that additional code you posted above. Very cool. Thanks again!
 *  [kobobo](https://wordpress.org/support/users/kobobo/)
 * (@kobobo)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-basic-google-maps-placemarks-iphone-and-ipad-layout/#post-2582759)
 * What if the page is loaded without scale. When it is loaded, then scaling? Should
   work?
 *  [kobobo](https://wordpress.org/support/users/kobobo/)
 * (@kobobo)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-basic-google-maps-placemarks-iphone-and-ipad-layout/#post-2582760)
 * And it should work. Open this with an mobile device. This should`t work if scaling
   should be the problem…
 * [click me](http://gmaps-utility-gis.googlecode.com/svn/trunk/v3samples/customprojection.html)

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘[Plugin: Basic Google Maps Placemarks] Iphone and Ipad layout’ is closed
to new replies.

 * ![](https://ps.w.org/basic-google-maps-placemarks/assets/icon-128x128.png?rev
   =1152531)
 * [Basic Google Maps Placemarks](https://wordpress.org/plugins/basic-google-maps-placemarks/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/basic-google-maps-placemarks/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/basic-google-maps-placemarks/)
 * [Active Topics](https://wordpress.org/support/plugin/basic-google-maps-placemarks/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/basic-google-maps-placemarks/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/basic-google-maps-placemarks/reviews/)

 * 7 replies
 * 5 participants
 * Last reply from: [kobobo](https://wordpress.org/support/users/kobobo/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-basic-google-maps-placemarks-iphone-and-ipad-layout/#post-2582760)
 * Status: resolved