Title: fullscreenControl: true
Last modified: June 19, 2017

---

# fullscreenControl: true

 *  Resolved [R. Fuchs](https://wordpress.org/support/users/ronaldfuchs2016/)
 * (@ronaldfuchs2016)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/fullscreencontrol-true/)
 * Hi codepeople!
 * I want to set the GM Fullscreen Control in the upper right corner of the map 
   by defalut.
    I tried to set it in the function.php and in the cpm.js – but nothing!
 * What am I doing wrong?
    Is there a setting in the plugin or is it necessary to
   code this feature? If yes, where i have to search for?

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

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/fullscreencontrol-true/#post-9246464)
 * Hello,
 * My apologies for the delay. The Fullscreen Control is enabled through the “Enable
   zoom/pan controls” checkbox in the settings page of the plugin. Please, press
   the menu option: “Settings/Google Maps CP”, tick the checkbox, and press the “
   Update Settings button”.
 * Best regards.
 *  Thread Starter [R. Fuchs](https://wordpress.org/support/users/ronaldfuchs2016/)
 * (@ronaldfuchs2016)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/fullscreencontrol-true/#post-9247964)
 * This setting has no influence on the result for my map.
 * The Google API says: _The Fullscreen control offers the option to open the map
   in fullscreen mode. This control is enabled by default on mobile devices, and
   is disabled by default on desktop. Note: iOS doesn’t support the fullscreen feature.
   The fullscreen control is therefore not visible on iOS devices._
 * Regardless of the settings so it works. The maps shows the fullscreenSelector
   on a mobile device, but not on a desktop browser (firefox, chrome, msie).
 * I want anable this Selector for all cases, like here: [https://www.wpgmaps.com/demo/list-markers/](https://www.wpgmaps.com/demo/list-markers/)
 * My map you can find here: [http://hhweb.de/pinnwand/](http://hhweb.de/pinnwand/)
   
   WP 4.8 with Catchbase Theme
 * Best regards.
 *  Thread Starter [R. Fuchs](https://wordpress.org/support/users/ronaldfuchs2016/)
 * (@ronaldfuchs2016)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/fullscreencontrol-true/#post-9248434)
 * more informations found:
 * the fullscreenControl is visible in Streetview but neither in roadmap nor satellite
   view
 * in the Firefox Codeinspector the related div tag is shown in faint fontcolor (
   see screenshot)
    ⌊Screenshot, Codeinspector⌉
    -  This reply was modified 8 years, 11 months ago by [R. Fuchs](https://wordpress.org/support/users/ronaldfuchs2016/).
 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/fullscreencontrol-true/#post-9250092)
 * Hello,
 * Please, follow the steps below:
 * 1. Open the “/wp-content/plugins/codepeople-post-map/js/cpm.js” file with the
   text editor of your choice.
 * 2. Go to the piece of code:
 *     ```
       // Show / Hide controls
       panControl: me.data.zoompancontrol,
       scaleControl: me.data.scalecontrol,
       zoomControl: me.data.zoompancontrol,
       mapTypeControl: me.data.typecontrol,
       streetViewControl: me.data.streetviewcontrol,
       scrollwheel: me.data.mousewheel
       ```
   
 * and edit it as follows:
 *     ```
       // Show / Hide controls
       panControl: me.data.zoompancontrol,
       scaleControl: me.data.scalecontrol,
       zoomControl: me.data.zoompancontrol,
       mapTypeControl: me.data.typecontrol,
       streetViewControl: me.data.streetviewcontrol,
       fullscreenControl: true,
       scrollwheel: me.data.mousewheel
       ```
   
 * 3. Finally, clear the browser’s cache after edit the online files.
 * Best regards.
 *  Thread Starter [R. Fuchs](https://wordpress.org/support/users/ronaldfuchs2016/)
 * (@ronaldfuchs2016)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/fullscreencontrol-true/#post-9250868)
 * Yes, it works – you are the best!
 * Thank you very much.
    Ronald

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

The topic ‘fullscreenControl: true’ is closed to new replies.

 * ![](https://ps.w.org/codepeople-post-map/assets/icon-256x256.jpg?rev=980165)
 * [CodePeople Post Map for Google Maps](https://wordpress.org/plugins/codepeople-post-map/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/codepeople-post-map/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/codepeople-post-map/)
 * [Active Topics](https://wordpress.org/support/plugin/codepeople-post-map/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/codepeople-post-map/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/codepeople-post-map/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [R. Fuchs](https://wordpress.org/support/users/ronaldfuchs2016/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/fullscreencontrol-true/#post-9250868)
 * Status: resolved