<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to override default desktop web browser zoom settings to display web app builder at 100% in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-override-default-desktop-web-browser-zoom/m-p/781912#M2717</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go in and edit your Web App.&amp;nbsp; Select the Map Tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can set default extent in here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or what I would recommend instead is go to the Web Map that your Web App is based off of and edit that.&amp;nbsp; Click on the Settings Tab and manually set your extent.&amp;nbsp; Then go into your Web Map verify the extent is as you want it and save the Web Map.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Mar 2018 16:12:53 GMT</pubDate>
    <dc:creator>RobertBorchert</dc:creator>
    <dc:date>2018-03-01T16:12:53Z</dc:date>
    <item>
      <title>How to override default desktop web browser zoom settings to display web app builder at 100%</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-override-default-desktop-web-browser-zoom/m-p/781911#M2716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is possible to configure an AGOL web app to force the desktop web browser to display a web application at 100% zoom level?&amp;nbsp; When I view the web app on a screen with a default zoom of 140% for example, the web application does not appear as intended, often times showing only a map with none of the info graphics, header, widgets, etc. I believe this is due to web app builder's responsible design, which allows the application to resize based on the device.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2018 13:00:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-override-default-desktop-web-browser-zoom/m-p/781911#M2716</guid>
      <dc:creator>ScottHansen__MDP_</dc:creator>
      <dc:date>2018-03-01T13:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to override default desktop web browser zoom settings to display web app builder at 100%</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-override-default-desktop-web-browser-zoom/m-p/781912#M2717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go in and edit your Web App.&amp;nbsp; Select the Map Tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can set default extent in here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or what I would recommend instead is go to the Web Map that your Web App is based off of and edit that.&amp;nbsp; Click on the Settings Tab and manually set your extent.&amp;nbsp; Then go into your Web Map verify the extent is as you want it and save the Web Map.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2018 16:12:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-override-default-desktop-web-browser-zoom/m-p/781912#M2717</guid>
      <dc:creator>RobertBorchert</dc:creator>
      <dc:date>2018-03-01T16:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to override default desktop web browser zoom settings to display web app builder at 100%</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-override-default-desktop-web-browser-zoom/m-p/781913#M2718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Scott,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;It looks like it is somewhat possible in code:&lt;/P&gt;&lt;PRE class="" style="color: #393318; background-color: #eff0f1; border: 0px; font-size: 13px; margin: 0px 0px 1em; padding: 5px;"&gt;&lt;CODE style="background-color: #eff0f1; border: 0px; font-weight: inherit; font-size: 13px;"&gt;&lt;SPAN class="" style="color: #303336; border: 0px; font-weight: inherit; font-size: inherit;"&gt;document&lt;/SPAN&gt;&lt;SPAN class="" style="color: #303336; border: 0px; font-weight: inherit; font-size: inherit;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #303336; border: 0px; font-weight: inherit; font-size: inherit;"&gt;body&lt;/SPAN&gt;&lt;SPAN class="" style="color: #303336; border: 0px; font-weight: inherit; font-size: inherit;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #303336; border: 0px; font-weight: inherit; font-size: inherit;"&gt;style&lt;/SPAN&gt;&lt;SPAN class="" style="color: #303336; border: 0px; font-weight: inherit; font-size: inherit;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #303336; border: 0px; font-weight: inherit; font-size: inherit;"&gt;zoom&lt;/SPAN&gt;&lt;SPAN class="" style="color: #303336; border: 0px; font-weight: inherit; font-size: inherit;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="" style="color: #7d2727; border: 0px; font-weight: inherit; font-size: inherit;"&gt;"100%"&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Reference:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://stackoverflow.com/questions/1055336/changing-the-browser-zoom-level" title="https://stackoverflow.com/questions/1055336/changing-the-browser-zoom-level"&gt;javascript - Changing the browser zoom level - Stack Overflow&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2018 16:50:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-override-default-desktop-web-browser-zoom/m-p/781913#M2718</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-03-01T16:50:50Z</dc:date>
    </item>
  </channel>
</rss>

