Follow

FullScreen mode button

You can add a FullScreen button in your app, you can add this Javascript code snippet in App config:

 

$( document ).ready(function() {
   var mapBrowser =   eVouala.getPage().getMapBrowser();
   mapBrowser.addControl(
   new ol.control.FullScreen({
       source: $('body')[0]
     }),
     'topright'
   );
});

Screen_Shot_2017-09-22_at_4.19.12_PM.png

 

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

0 Comments

Please sign in to leave a comment.
Powered by Zendesk