<?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: Why there is behavior difference between Popup and PopupMobile in Search Widget ? in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/why-there-is-behavior-difference-between-popup-and/m-p/350783#M9337</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;About behavior difference between Popup and PopupMobile there is a bug :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #1f497d; font-size: 14.6667px;"&gt;BUG-000099950 -&amp;nbsp;Popup and PopupMobile behave differently when calling show and hide event for minimize and maximize&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Oct 2016 10:51:04 GMT</pubDate>
    <dc:creator>FlavieMORAUX1</dc:creator>
    <dc:date>2016-10-10T10:51:04Z</dc:date>
    <item>
      <title>Why there is behavior difference between Popup and PopupMobile in Search Widget ?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/why-there-is-behavior-difference-between-popup-and/m-p/350781#M9335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had a question about Popup/&lt;SPAN&gt;PopupMobile&amp;nbsp;&lt;/SPAN&gt; of Search widget&amp;nbsp;&lt;SPAN&gt;(Web AppBuilder Developper 2.1).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;On mobile mode, PopupMobile is used. Event hide/show are start off when user maximize or minimize&amp;nbsp;PopupMobile.&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Opening ==&amp;gt; "show" event&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Maximize ==&amp;gt;&amp;nbsp;"hide" event&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Minimize&amp;nbsp;==&amp;gt;&amp;nbsp;"show" event&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Closing ==&amp;gt; "hide" event&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;On no mobile mode, Popup is used. No&amp;nbsp;event&amp;nbsp;is&amp;nbsp;start off when user maximize or minimize&amp;nbsp;&lt;SPAN&gt;Popup.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Opening ==&amp;gt; "show" event&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Maximize ==&amp;gt; no event&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Minimize&amp;nbsp;==&amp;gt;&amp;nbsp;no &amp;nbsp;event&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Closing ==&amp;gt; "hide" event&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;To see add folowwing code in&amp;nbsp;startup function (..\widgets\Search\Widget.js):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; // Add log in console ==&amp;gt; show event on infoWindow&lt;BR /&gt; this.own( &lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;on(this.map.infoWindow, 'show', lang.hitch(this, function() {&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;console.log("[widgets][Search][Widget][startup] infoWindow ==&amp;gt; show");&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;}))&lt;BR /&gt; ); &lt;BR /&gt; // Add log in console ==&amp;gt; hide event on infoWindow&lt;BR /&gt; this.own( &lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;on(this.map.infoWindow, 'hide', lang.hitch(this, function() {&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;console.log("[widgets][Search][Widget][startup] infoWindow ==&amp;gt; hide");&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;}))&lt;BR /&gt; );&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why there is behavior difference between Popup and PopupMobile in Search Widget ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;About PopupMobile is it normal to start off hide event when maximize? because it start off the reset search (graphic is deleted).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;IMG __jive_id="228324" alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/228324_image002.png" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Flavie&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 09:05:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/why-there-is-behavior-difference-between-popup-and/m-p/350781#M9335</guid>
      <dc:creator>FlavieMORAUX1</dc:creator>
      <dc:date>2016-09-15T09:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Search Widget, Behavior difference between Popup and PopupMobile</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/why-there-is-behavior-difference-between-popup-and/m-p/350782#M9336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;About the fact that graphic is deleted when maximize PopupMobil there is a bug :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BUG-&lt;SPAN style="color: #000000;"&gt;000099349&amp;nbsp;&lt;/SPAN&gt;-&amp;nbsp;&lt;SPAN style="color: #595959; background-color: #ffffff;"&gt;Searching for a location in a Web AppBuilder for ArcGIS application does not retain the search result point when used on a mobile device.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; background-color: #ffffff; font-weight: 300;"&gt;Finally regarding question about event I&amp;nbsp;am still unanswered. I will try support side.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 07:33:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/why-there-is-behavior-difference-between-popup-and/m-p/350782#M9336</guid>
      <dc:creator>FlavieMORAUX1</dc:creator>
      <dc:date>2016-09-27T07:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Why there is behavior difference between Popup and PopupMobile in Search Widget ?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/why-there-is-behavior-difference-between-popup-and/m-p/350783#M9337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;About behavior difference between Popup and PopupMobile there is a bug :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #1f497d; font-size: 14.6667px;"&gt;BUG-000099950 -&amp;nbsp;Popup and PopupMobile behave differently when calling show and hide event for minimize and maximize&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2016 10:51:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/why-there-is-behavior-difference-between-popup-and/m-p/350783#M9337</guid>
      <dc:creator>FlavieMORAUX1</dc:creator>
      <dc:date>2016-10-10T10:51:04Z</dc:date>
    </item>
  </channel>
</rss>

